ReMood is a Python-based Machine Learning project that plays music dynamically based on the user's real-time facial emotions. It uses computer vision and emotion recognition to personalize the music listening experience, making it more engaging and emotionally aware.
Input: (48, 48, 1)
→ Conv2D (128) + ReLU + MaxPooling + Dropout
→ Conv2D (256) + ReLU + MaxPooling + Dropout
→ Conv2D (512) + ReLU + MaxPooling + Dropout
→ Conv2D (512) + ReLU + MaxPooling + Dropout
→ Flatten
→ Dense (512) + ReLU + Dropout
→ Dense (256) + ReLU + Dropout
→ Output Dense (7) + Softmax
This project is part of an academic mini project at Atharva College of Engineering, Mumbai. Feel free to use and adapt it for educational or non-commercial purposes.