HueMe is a fun and interactive mood-based music player built using Python.
It detects your emotion in real-time using webcam, and plays a song that matches your mood! π§ π
- Real-time mood detection using webcam (OpenCV + FER)
- Aesthetic Tkinter-based GUI π
- Mood-based YouTube music search π§
- Threading for smooth performance
- Detects: Happy, Sad, Neutral
- Python 3
- OpenCV
- FER (Facial Emotion Recognition)
- Tkinter (GUI)
- Threading
- YouTube Web Search
- Enter your name
- Click βStart Mood Detection π₯β
- Webcam opens for 5 seconds
- HueMe detects your mood
- A song plays automatically based on your emotion!
git clone https://github.com/sneha-94/HueMe.git
cd HueMe
pip install -r requirements.txt
python hue_me.py