Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syahrulbhudif/vexora-model
Vexora is a mood-based music recommendation system that uses facial emotion detection to suggest personalized music playlists. The system leverages CNN for emotion detection and K-means clustering for music matching.
https://github.com/syahrulbhudif/vexora-model
Last synced: 6 days ago
JSON representation
Vexora is a mood-based music recommendation system that uses facial emotion detection to suggest personalized music playlists. The system leverages CNN for emotion detection and K-means clustering for music matching.
- Host: GitHub
- URL: https://github.com/syahrulbhudif/vexora-model
- Owner: SyahrulBhudiF
- Created: 2024-10-17T07:32:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T11:08:02.000Z (about 2 months ago)
- Last Synced: 2024-11-25T11:25:10.329Z (about 2 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VEXORA-MODEL
Vexora is a mood-based music recommendation system that uses facial emotion detection to suggest personalized music
playlists. The system leverages CNN for emotion detection## 🎯 Features
- 👤 User authentication and profile management
- 😊 Facial emotion detection using CNN
- 🎵 Mood-based music recommendations
- 📝 Music history tracking
- 🎼 Playlist management## 🎭 Supported Mood Categories
- Happy 😊
- Sad 😢
- Angry 😠
- Neutral/Calm 😐## Run Locally
```bash
uvicorn app.main:app --reload
```