--- title: SongPorter emoji: 🎵 colorFrom: purple colorTo: red sdk: docker app_file: app.py pinned: false short_description: Music recommendation API for songs and artist information --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # SongPorter A music recommendation API that provides song recommendations and artist information. ## Endpoints - `/` - API info and documentation - `/recommendations/` - Get song recommendations (POST) - `/artist-info/` - Get artist information (POST) ## Technologies - FastAPI - Pandas & NumPy - Scikit-learn - Content-based recommendation