diff --git a/src/components/sections/MoreProjects.svelte b/src/components/sections/MoreProjects.svelte new file mode 100644 index 0000000..a6a9719 --- /dev/null +++ b/src/components/sections/MoreProjects.svelte @@ -0,0 +1,191 @@ + + +
+
+
+
+ + + + +
+
+

+ 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 +
+
+
+
+ + + + +
+
+
+
+ + diff --git a/src/components/sections/ProjectsComponent.svelte b/src/components/sections/ProjectsComponent.svelte index e804dcd..cbc9fcc 100644 --- a/src/components/sections/ProjectsComponent.svelte +++ b/src/components/sections/ProjectsComponent.svelte @@ -295,7 +295,9 @@ range of topics from tips on how to get started with setting up stream to how to grow your audience!

-
+
+
+
+