This is a simple Python project that uses your webcam to detect hand gestures in real-time using the cvzone library.
- π₯ Built with OpenCV + cvzone
- β Supports Left and Right hands
- π― Recognizes special gestures like Steady, Cheers, and Metal
! Python 3.7+ ! Webcam (Internal/External)
pip install opencv-python
pip install cvzone
This app recognizes finger patterns such as: Gesture Pattern Description Steady [1, 0, 0, 0, 0] Thumb up π Cheers [1, 0, 0, 0, 1] Thumb + Pinky π» Metal [1, 1, 0, 0, 1] Rock n' Roll π€ or you can add if you want?
π Webcam flipped for mirror effect
π§ Smart detection using cvzone.HandTrackingModule
πΌοΈ Fullscreen display with gesture feedback
π Multi-hand support (maxHands=2)
If you're not using fullscreen, you can remove the related lines in the code.
You can customize gestures and add more based on fingersUp result.
Works best in good lighting and uncluttered background.
Sorry if the results are not good because I am still a student studying in this field Uses cvzone and opencv-python.