Skip to content

Commit f43e2c8

Browse files
Add hand gesture recognition system under computer vision projects
1 parent 33f9571 commit f43e2c8

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

  • projects/computer-vision/gesture-recognition-system
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)