Skip to content

OmSDeshmukh/Volume-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition With Volume Control

This project implements hand landmark detection, tracking, determining left or right hand, angle detection between fingers, and device (Mac) volume control through hand gestures. The implementation is based on the mediapipe and opencv libraries, along with other necessary Python libraries.

Features

  • Hand Landmark Detection: Identifies key points on the hand.
  • Hand Tracking: Tracks hand movement in real-time.
  • Left/Right Hand Detection: Determines whether the detected hand is left or right.
  • Finger Angle Detection: Measures the angle between fingers.
  • Volume Control: Adjusts the device volume using hand gestures.

Usage

  1. Clone the repo
git clone https://github.com/OmSDeshmukh/VolumeUpdation
cd VolumeUpdation
  1. Create a Python Environment and activate it
python -m venv venv
source venv/bin/activate

3.Install the dependencies

pip install -r requirements.txt

4.Run the jupyter notebook

jupyter notebook main.ipynb

References

Aknowledgements

Special thanks to Nicholas Renotte whose YouTube video provided valuable insights and guidance in creating this project.

License

This project is licensed under the MIT License.

About

Changing volume using hand detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages