Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🎚️ Gesture Volume Control

Control your system volume with hand gestures using your webcam!
This project uses OpenCV, MediaPipe, and pycaw to detect your hand in real time and map the distance between your thumb and index finger to system volume.

⚙️ Requirements

pip install opencv-python mediapipe pycaw comtypes

Check out my github: 10mudassir007