diff --git a/public/videos/aim_lab_demo.mov b/public/videos/aim_lab_demo.mov new file mode 100644 index 0000000..0a13415 Binary files /dev/null and b/public/videos/aim_lab_demo.mov differ diff --git a/public/videos/chess_opencv_demo.mov b/public/videos/chess_opencv_demo.mov new file mode 100644 index 0000000..ccef196 Binary files /dev/null and b/public/videos/chess_opencv_demo.mov differ diff --git a/src/components/sections/ProjectsComponent.svelte b/src/components/sections/ProjectsComponent.svelte index 87d43c4..e804dcd 100644 --- a/src/components/sections/ProjectsComponent.svelte +++ b/src/components/sections/ProjectsComponent.svelte @@ -222,11 +222,9 @@
-

Projects

- -
+
diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 5d13294..75dfb98 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -10,7 +10,7 @@ import Card from "../components/elements/Card.astro"; description="Find out how to contact RythonDev, for sponsorship offers or collaboration opportunities!" > -
+

Contact

diff --git a/src/pages/index.astro b/src/pages/index.astro index d4fd882..ea1c8ea 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -29,7 +29,10 @@ import Card from "../components/elements/Card.astro";
- +
+

Projects

+ +
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index ce5d6f8..4347c91 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -6,7 +6,202 @@ import ProjectsComponent from "../components/sections/ProjectsComponent.svelte"; -
- +
+

Projects

+ +
+
+
+
+ + +
+
+

+ Computer Vision Chess bot +

+

+ A script that plays against opponents on lichess. + Uses OpenCV to detect the board and pieces, and the + Stockfish chess engine to determine the best moves. + Then uses PyAutoGUI to play the moves on the + browser. +

+
+
+ Python +
+
+ OpenCV +
+
+ PyAutoGUI +
+
+
+
+
+
+

+ Computer Vision AimLab Bot +

+

+ 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. +

+
+
+ Python +
+
+ win32API +
+
+
+
+ + +
+
+
+
+ + + + + +