Skip to content

dannylee1020/song-recommendation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Song Recommendation App with Spotify Web API

App Overview

Simple song recommendation search app utilizing Spotify's web API. The app takes artist and track as inputs and returns recommended songs and artists. For more info about recommendation api by spotify, please see here.

Run with Docker

Run Streamlit app with Docker:

	docker build -t dannylee1020/spotify-recommendation .
	docker run -p 8501:8501 dannylee1020/spotify-recommendation:latest

Then visit localhost:8501 to view the app.

Reference

Spotify API
Streamlit

About

Song recommendation app using Spotify's web API and Streamlit and Heroku

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published