Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 644 Bytes

Music Recommendation System w/ Frontend

A simple content-based music recommendation which takes input of artist name or song name from user, and recommends 10 similar songs.

Dataset

Consists of 4000+ genres/subgenres with top 200 songs each.

Python modules used

  • numpy
  • pandas
  • scikitlearn
  • streamlit

Screenshots from web app

  • You can scroll over the database of available songs. Note : The genres can be changed using this script.

  • List of 10 recommendations as result.