Control your system's volume with hand gestures using computer vision and audio control libraries!
This project uses a webcam to detect your hand and adjusts the system volume based on the distance between your thumb and index finger. It provides a cool and touchless way to control volume β just like magic!
- Python 3
- OpenCV β for webcam input and image processing
- MediaPipe β for hand tracking and landmark detection
- PyCaw β for controlling Windows system volume
- Numpy β for calculations
- Clone this repository:
git clone https://github.com/your-username/gesture-volume-control.git
cd gesture-volume-control