t97lee / st.spotify

Get recommendations and analysis for songs using the Spotipy/Spotify Web API.

Home Page:https://share.streamlit.io/thomaslee01/st.spotify/main/spotifyapp.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st.spotify - Spotify Song Analyzer 🎷🎶

Obtains audio features of songs such as acousticness, danceability, energy, etc. through the Spotipy Python library.

The data is put into a Pandas DataFrame which is then plotted using Pandas Chart Visualization.

Example Plot

Below shows a plot of features that What's The Use? by Mac Miller has based off the API.

plot1

Another picture below shows the recommendations from the application for the same song. recommendations

About

Get recommendations and analysis for songs using the Spotipy/Spotify Web API.

https://share.streamlit.io/thomaslee01/st.spotify/main/spotifyapp.py


Languages

Language:Jupyter Notebook 90.3%Language:Python 9.7%