Skip to content

Elizabeth-Mathew1/GestureVolumeControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“’ 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.

About

Helps you control your system volume, by using hand gestures. Made using OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages