BlessedRemzy/nostalgia_persuasive_system_backend
0
Nostalgic Recommendation API
FastAPI backend for movie and song recommendations using machine learning.
Features
- Movie Recommendations using LightFM collaborative filtering
- Song Recommendations using content-based filtering with vector similarity
- Stress and Emotion Detection
- Contextual Bandit for personalized recommendations
Endpoints
GET /health- Health check and model statusGET /docs- Interactive API documentationPOST /movies/recommend- Get movie recommendationsPOST /songs/recommend- Get song recommendations
