Giter Club home page Giter Club logo

spotify_song_recommender's Introduction

Spotify song recommender

L.T. Ozgur Yildirim

Index:

Purpose of the study

The ultimate goal of this project is to improve the recommendations of artists. The jupyter notebook and pyton are used. The song recommendation system is also created using streamlit.

Files

1_Web_Scraping

The songs are firstly scraped from https://playback.fm/charts/top-100-songs/2015, https://playback.fm/charts/top-100-songs/2016, and https://www.popvortex.com/music/charts/top-100-songs.php websites. Songs_df.csv is the final collection of the songs in this step.

2_API wrappers - SPOTIFY

The playlists in Spotify are scraped using Spotify API. More than 10000 songs are collected to perform clustering. playlist_df_all.csv is the final collection of the songs in this step.

3_Song_uri

The uri of all the songs in the Songs_df database is added.

4_Unsupervised_Learning_Intro

The collected songs are clustered using KMeans clustering model. Clustering the songs allows the recommendation system to limit the scope of the recommendations to only songs that belong to the same cluster - songs with similar audio features. The audio features are collected from Spotify API. After that, the Spotify audio features of the submitted song are sent to the clustering model, which should return a cluster number. The song uri is collected from the song name. Then, the song features are collected from song uri. Finally, the song recommendation system is created.

5_spotify_app.py

The song recommendation application is created using streamlit and python.

License

This is an educational project; therefore, all materials are free to be used.

spotify_song_recommender's People

Contributors

ltaylanozgur avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.