Ek fun computer vision project jisme webcam se haath detect hota hai,
fingers count hote hain.
- 📸 Live webcam hand detection
- ✋ Finger counting (0–5)
- ⚡ Real-time output using OpenCV + MediaPipe
- Python 🐍
- OpenCV
- MediaPipe
python -m venv venv
.\venv\Scripts\Activate.ps1
pip install opencv-python mediapipe==0.10.14
python finger.py