larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.13k stars 846 forks source link

Add GestureControlledVolume script #335

Closed lisa1612 closed 10 months ago

lisa1612 commented 10 months ago

This pull request consists the Gesture Controlled Volume project, enabling users to control their computer's audio volume using hand gestures. The project employs computer vision and hand tracking to detect hand movements and adjust the audio volume accordingly. Key highlights include:

Utilizes the MediaPipe library for real-time hand tracking. Calculates hand gestures to control volume levels interactively. Provides visual feedback on the video feed for a user-friendly experience.

github-actions[bot] commented 10 months ago

Hi @lisa1612! :wave:

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

larymak commented 10 months ago

A good project is required to have a README file, this helps other developers get an understanding of what the project is about and how they can use it. Adding one to this amazing project would be helpful.

larymak commented 10 months ago

Good job