Skip to content

Latest commit

Β 

History

History
27 lines (20 loc) Β· 484 Bytes

File metadata and controls

27 lines (20 loc) Β· 484 Bytes

Finger Gesture Detector

Ek fun computer vision project jisme webcam se haath detect hota hai,
fingers count hote hain.


πŸ”₯ Features

  • πŸ“Έ Live webcam hand detection
  • βœ‹ Finger counting (0–5)
  • ⚑ Real-time output using OpenCV + MediaPipe

πŸ›  Tech Stack

  • Python 🐍
  • OpenCV
  • MediaPipe

πŸš€ How to Run

python -m venv venv
.\venv\Scripts\Activate.ps1
pip install opencv-python mediapipe==0.10.14
python finger.py