This project performs real-time hand gesture recognition using a webcam.
The system detects hand landmarks using MediaPipe and classifies the following gestures:
- Open Palm
- Fist
- Thumbs Up
Each gesture is mapped to a system action:
- Python
- OpenCV
- MediaPipe
- PyAutoGUI
HandGestureRecognition/ │ ├── main.py ├── gesture_detector.py ├── requirements.txt ├── README.md │ ├── screenshots/ └── demo/
pip install -r requirements.txtpython main.py- Real-time hand landmark detection
- Gesture classification
- Gesture-to-action mapping
- FPS display
- Webcam-based interaction
Action: Volume Up
Action: Volume Down
Action: Play/Pause
- Peace Sign Detection
- OK Sign Detection
- Sign Language Recognition
- Gesture-Based Presentation Control
K. Divya
