salonisarbhai / database-design-for-spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database_Design_For_Spotify ER - image

In a world where technology and music are inseparably connected, our initiative intends to combine user information with Spotify playlists, providing a unique insight into their music choices, subscriptions, and more. This approach is intended to transform music suggestions and curated playlists by adapting them to users' preferences in genres, artists, albums, and more. I have used streamlit for UI.

Relational Schema: User (USERID, Gender, Age, Device) Account (USERID, Subscription_Type, Plan_Duration, Country, Joined_Date, Last_Payment_Date) Playlist (USERID, playlist_id, playlist_name, playlist_genre) Songs Association (track_id, playlist_id) Song (track_id, track_name, track_album, track_popularity, duration_ms, release_year, danceability) 5 Album (album_id, album_name, release_date, artist_id) Artist (artist_id, artist_name)

About


Languages

Language:Python 100.0%