Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 551 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 551 Bytes

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

uvicorn app.main:app --reload