A real-time hand detection and tracking application using Python, OpenCV, and MediaPipe. This project can be used as a foundation for gesture control systems, sign language recognition, or hand-based interactions in games and applications.
- Real-time hand detection using webcam
- Tracks multiple hands
- Detects landmarks (fingertips, palm, joints)
- Lightweight and fast with MediaPipe
- Modular and easy to extend
- π Python
- π· OpenCV
- π§ MediaPipe
- π» Webcam Input
- Clone the repository:
git clone https://github.com/jaiganesh2108/Hand-Detector.git cd Hand-Detector