Skip to content

Python-based hand tracking app that lets you control your PC's volume using simple hand gestures via your webcam

Notifications You must be signed in to change notification settings

jimmydin7/hand-to-volume-machine-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Controlled volume via machine vision

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)

Hand to Volume Demo


Features

  • 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 %

Installation

1. Clone the repository

git clone https://github.com/jimmydin7/hand-to-volume-machine-vision.git
cd hand-to-volume-machine-vision

2. Install requirements

python -m pip install -r requirements.txt

3. Run the script

python main.py

About

Python-based hand tracking app that lets you control your PC's volume using simple hand gestures via your webcam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages