File size: 788 Bytes
da5a160 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: VibeMl Music Recommendation System
emoji: 🎵
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
---
# VibeMl Music Recommendation System
A machine learning-powered music recommendation system that suggests similar songs based on audio features.
## Features
- Search for songs by name or artist
- Get personalized recommendations
- Audio preview integration with iTunes
- Modern responsive UI
## API Endpoints
- `GET /` - Frontend interface
- `GET /search/` - Search songs
- `GET /recommendations/` - Get recommendations
- `GET /song_details/` - Get song details
- `GET /health` - Health check
## Usage
1. Search for a song using the search bar
2. Select a song to get recommendations
3. Explore similar tracks based on audio features |