with this tool, you can control your computer's volume just by using your hand gestures with this python project. (powered by opencv and mediapipe)
- real time hand tracking with MediaPipe
- dynamic system volume control based on finger distance
- face detection using haar cascades
- visual feedback with hand landmarks and volume %
git clone https://github.com/jimmydin7/hand-to-volume-machine-vision.git
cd hand-to-volume-machine-vision
python -m pip install -r requirements.txt
python main.py