We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33f9571 + f43e2c8 commit 1b6a95cCopy full SHA for 1b6a95c
1 file changed
projects/computer-vision/gesture-recognition-system/README.md
@@ -0,0 +1,18 @@
1
+# Hand Gesture Recognition System
2
+
3
+A real-time hand gesture recognition system using MediaPipe and OpenCV to control system actions.
4
5
+## Features
6
+- Cursor control using hand tracking
7
+- Scroll using finger movement
8
+- Click using 3-finger gesture
9
+- Fullscreen toggle using both hands
10
11
+## Tech Stack
12
+- Python
13
+- OpenCV
14
+- MediaPipe
15
+- PyAutoGUI
16
17
+## Use Case
18
+This project enables touchless interaction with a computer using hand gestures.
0 commit comments