This project implements hand detection and finger counting using OpenCV and a custom hand tracking module. The application uses a webcam to capture real-time video and detects whether the user is showing their left or right hand, along with the number of fingers held up.
- Detects left and right hands.
- Counts and displays the number of fingers shown.
- Visualizes finger counts using images.
- Real-time video feed using a webcam.
To run this project, you need the following:
- Python 3.x
- OpenCV
- NumPy
You can either clone the repository or download the zip file.
git clone https://github.com/mohamedabdulkadar788/Volume-Control-by-Hand-Computer-Vision-Project-.git
- Go to the project directory =>
cd Volume-Control-by-Hand-Computer-Vision-Project--main
- Then run
pip install -r requirements.txt
in your terminal of the project. - Then run the file named
Volume_Control_Hand.py
.