Giter Site home page Giter Site logo

song-recommender's Introduction

Song Recomendation

With this project, I aim to create a song recomendation system. To do that, I have scraped the Billboard Top 100 list of songs and got som data from Spotify about song features, to create clusters. The original idea was to cluster the songs by genre, but the Spotify API has some limitaitions for genres and can only give genre recomendation seeds, which are not sufficient. For now, the project will function as follows:

  • First, we ask the user to input a song or artist

  • Then, we will check if the song or artist is present in the Billboard Top 100 list.

  • If so, we will recommend a song from that list if the user gave a song name, and a song from the artist if the input was the artist name.

  • If the song/artist is not present in the input from the user, we will then ask for a specific song of the artist from the input if that was the orignal input.

  • We will use the Spotipy library to get the song features of the song.

  • The next step will be to run those features through the KMeans algorithm to assign it a cluster.

  • Then, we will recommend a song from that cluster that is not the same song.

  • We will ask the user if he wants a new song recomendation if so, we will recommend a new song, until the user wants to end the process.

As of the last version, I have created a GUI using PySImpleGUI and a Streamlit app, that you can check here: https://song-recommender-samuel.streamlit.app/ In the future, I want to improve the GUI by creating a .EXE file and give the Streamlit app a new look.

You can check the code for the Stremlit app here: https://github.com/Raughar/streamlit-song

The tools used to make this project were:

song-recommender's People

Contributors

raughar 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.