Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```