Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.51 KB

File metadata and controls

38 lines (28 loc) · 1.51 KB

📢 Gesture Volume Control

A simple application to control your system's volume with hand gestures


🎓 About the project

Gesture Volume Control is a simple application, in which the user can use simple hand getsures to change the system volume. This is made using OpenCV, which is a library of Python bindings designed to solve computer vision problems. The project also uses Osascript, which is used for running Apple scripts and manipulate the system's volume. So if you are chilling, listening to your favourite spotify track, and you feel the volume is just not right, it can be changed in a gentle swish and flick of your hands.


✏️ Requirements

  1. Python 2.7 or greater
  2. OpenCV library
  3. Numpy
  4. Osascript (works on MacOS)
  5. Mediapipe

🏁 How to run the project

Fork the repository and go to the respective folder from the terminal. Make sure you have installed all the necessary dependencies. Write the following code in terminal.

python3 VolumeGestureControl.py

⚠️ Will only run successfully in macOS as it uses osascript, for windows OS you have to use the pycaw alternative.


🎪 Demonstration

Click here to watch the demo

📍 Click Here to watch demo video

🌟 If you liked the application, make sure to star this repo, Thankyou.