Skip to content

AnaElizabeth03/GrooveUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GrooveUp

🎡 Hand Gesture Music Controller

Control your music player using only your hand gestures via your webcam.
Built with Python, OpenCV, and Pygame, using real-time hand detection with cvzone.


βœ‹ How It Works

The system uses your webcam to detect how many fingers you're holding up, and maps each gesture to a music control action.

Gesture Action
0 fingers ✊ Volume Down
1 finger ☝️ Play
2 fingers ✌️ Pause
3 fingers 🀟 Next Song
4 fingers πŸ–– Previous Song
5 fingers πŸ–οΈ Volume Up

πŸ“¦ Requirements

  • Python 3.7+
  • Webcam

Python libraries:

pip install opencv-python cvzone pygame

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages