mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
added notebook project
This commit is contained in:
parent
d9fda8a25a
commit
7ce605fc30
4 changed files with 24 additions and 14 deletions
BIN
src/components/images/projects/dsec-notebook-light.webp
Normal file
BIN
src/components/images/projects/dsec-notebook-light.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
BIN
src/components/images/projects/dsec-notebook.webp
Normal file
BIN
src/components/images/projects/dsec-notebook.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
|
|
@ -9,7 +9,7 @@ import TwitchPlays from "../images/projects/twitchplays.webp";
|
||||||
<VideoProject
|
<VideoProject
|
||||||
image_src="/images/projects/chess-opencv.webp"
|
image_src="/images/projects/chess-opencv.webp"
|
||||||
image_alt="computer vision chess bot"
|
image_alt="computer vision chess bot"
|
||||||
position="left"
|
position="right"
|
||||||
video_src="/videos/chess_opencv_demo.webm"
|
video_src="/videos/chess_opencv_demo.webm"
|
||||||
title="Computer Vision Chess Bot"
|
title="Computer Vision Chess Bot"
|
||||||
description={`
|
description={`
|
||||||
|
|
@ -22,7 +22,7 @@ import TwitchPlays from "../images/projects/twitchplays.webp";
|
||||||
client:visible
|
client:visible
|
||||||
/>
|
/>
|
||||||
<Project
|
<Project
|
||||||
position="right"
|
position="left"
|
||||||
image={TwitchPlays}
|
image={TwitchPlays}
|
||||||
alt="Twitch Plays X"
|
alt="Twitch Plays X"
|
||||||
href="https://github.com/liyunze-coding/TwitchPlaysX"
|
href="https://github.com/liyunze-coding/TwitchPlaysX"
|
||||||
|
|
@ -33,5 +33,17 @@ import TwitchPlays from "../images/projects/twitchplays.webp";
|
||||||
corresponding keypresses.`}
|
corresponding keypresses.`}
|
||||||
tags={["win32API", "Python"]}
|
tags={["win32API", "Python"]}
|
||||||
/>
|
/>
|
||||||
|
<VideoProject
|
||||||
|
client:visible
|
||||||
|
image_src="/images/projects/aim-lab.webp"
|
||||||
|
image_alt="Computer Vision AimLab Bot"
|
||||||
|
position="right"
|
||||||
|
video_src="/videos/aim_lab_demo.webm"
|
||||||
|
title="Computer Vision AimLab Bot"
|
||||||
|
description={`
|
||||||
|
A script that plays AimLab, a game that helps improve your aim in FPS games. Uses OpenCV to detect the targets and win32API to move the mouse and click.
|
||||||
|
`}
|
||||||
|
tags={["Python", "OpenCV", "win32API"]}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
import TaskWidget from "./TaskWidget.svelte";
|
import TaskWidget from "./TaskWidget.svelte";
|
||||||
import CoworkingGuide from "../images/projects/coworking-guide.webp";
|
import CoworkingGuide from "../images/projects/coworking-guide.webp";
|
||||||
import PortfolioRoastBot from "../images/projects/portfolio-roast-bot.webp";
|
import PortfolioRoastBot from "../images/projects/portfolio-roast-bot.webp";
|
||||||
import VideoProject from "./VideoProject.svelte";
|
import DsecNotebook from "../images/projects/dsec-notebook.webp";
|
||||||
import Project from "./Project.astro";
|
import Project from "./Project.astro";
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -22,17 +22,15 @@ import Project from "./Project.astro";
|
||||||
tags={["Astro", "Typescript", "Markdown"]}
|
tags={["Astro", "Typescript", "Markdown"]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<VideoProject
|
<Project
|
||||||
client:visible
|
|
||||||
image_src="/images/projects/aim-lab.webp"
|
|
||||||
image_alt="Computer Vision AimLab Bot"
|
|
||||||
position="right"
|
position="right"
|
||||||
video_src="/videos/aim_lab_demo.webm"
|
image={DsecNotebook}
|
||||||
title="Computer Vision AimLab Bot"
|
alt="DSEC Notebook"
|
||||||
description={`
|
href="https://notebook.dsec.club/"
|
||||||
A script that plays AimLab, a game that helps improve your aim in FPS games. Uses OpenCV to detect the targets and win32API to move the mouse and click.
|
title="DSEC Notebook"
|
||||||
`}
|
label="Visit Site"
|
||||||
tags={["Python", "OpenCV", "win32API"]}
|
description="A centralised community-provided resource hub for University students. Students can create an account, post notes, comment and vote the quality of the notes."
|
||||||
|
tags={["Sveltekit", "Typescript", "SQLite"]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Project
|
<Project
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue