Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 2.14 KB

README.md

File metadata and controls

84 lines (51 loc) · 2.14 KB

Frame 733

Gesture-Controller


Unleash Your Gestures, Master Your Device: Volume and Brightness Control at Your Fingertips!


This application allows users to control the brightness and volume of their device using simple hand gestures which are detected by the device camera and are processed with the help of OpenCV and Mediapipe library (aids in identifying the hand landmarks). This hence offers a wide range of use cases and can be seamlessly integrated with other applications as well.


🤝 How to Contibute?


  • Take a look at the Existing issues or create your own issues!
  • Wait for the issue to be assigned to you.
  • Fork the repository.
  • Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_user_name>/Gesture-Controller.git

💻 Installation


  1. Download and setup python on your device
  2. Install dependencies
pip install -r requirements.txt
  1. Run start command
python MasterGestureControl.py 

📸 Screenshots


  • Home Page -

Screenshot (745)


  • Volume Conrol Page -

Screenshot (747)


  • Brightness Control Page -

Screenshot (751)


📽️ Video Demo


Gesture-Controller-Demo.mp4

❤️ Feedback


If you have any feedback or suggestions please reach out to the project admin sanidhyak or you can create an issue and mention there which new features can be added to make Gesture Controller better.