https://github.com/rajsinha7/hand-gesture-recognition
This project serves as a foundation for integrating hand gesture controls into interactive applications like games, presentations, or robotic controls. It features: Real-time hand tracking with MediaPipe Hands and Live visualization of hand landmarks and gesture labels
https://github.com/rajsinha7/hand-gesture-recognition
mediapipe numpy opencv python
Last synced: 7 months ago
JSON representation
This project serves as a foundation for integrating hand gesture controls into interactive applications like games, presentations, or robotic controls. It features: Real-time hand tracking with MediaPipe Hands and Live visualization of hand landmarks and gesture labels
- Host: GitHub
- URL: https://github.com/rajsinha7/hand-gesture-recognition
- Owner: Rajsinha7
- Created: 2025-05-18T08:54:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-05-18T09:00:01.000Z (9 months ago)
- Last Synced: 2025-06-17T08:07:31.862Z (8 months ago)
- Topics: mediapipe, numpy, opencv, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hand-Gesture-Recognition
This project demonstrates real-time hand gesture recognition using MediaPipe Hands and OpenCV. The system detects hand landmarks from webcam video input and classifies simple finger gestures such as Thumbs Up, Index Finger Up, Middle Finger Up, Ring Finger Up, and Pinky Finger Up.