
SpotiKai is an app to provide insights about users’ streaming trends using Spotify data
https://spotikaiapp-test.herokuapp.com/
(will take 30s to startup, i’m on a free plan)
I use Spotify APIs to dynamically retrieve the data for a users’ playlists, process multiple dataframes to derive insights from them, and present those insights using plotly. I’ve used Dash to build the UI, and added flavor to it with some HTML and CSS.
I am currently comparing the trends of the audio features for streaming trends and comparing them with global streaming trends. I’m planning out data collection to create a model that predicts a users’ personality traits based on their music preferences.
Thanks for reading through!