

This project showcases a real-time finger-counting application built with OpenCV and Python. Using your webcam, the program detects and counts the number of fingers you display in front of the camera—demonstrating image processing techniques in a simple, interactive way.
- Live Detection – Count fingers in real time using your webcam feed.
- Contour-Based Analysis – Employs convex hulls and convexity defects for robust finger detection.
- Beginner-Friendly Setup – Lightweight, fast, and easy to understand.
-
Clone the Repository
git clone https://github.com/your_username/finger-counting-opencv.git cd finger-counting-opencv