An open API service indexing awesome lists of open source software.

https://github.com/minimal-scouser/music-recommendation-system

A jupyter notebook with music recommendation script
https://github.com/minimal-scouser/music-recommendation-system

machine-learning pandas python

Last synced: 12 days ago
JSON representation

A jupyter notebook with music recommendation script

Awesome Lists containing this project

README

        

# Music Recommendation System
Basing on the interests of the listener this Unsupervised Machine Learning model recommends music tracks to the user. The main crietrion to know or to draw an assumption on what the user likes are the factors such as his most listened list of tracks' metadata: artist, genre, world-wide reception, popularity and characteristics of the track like temp, bass, acoustiness and many more.

The data used in the project are exported from the [FMA dataset](https://github.com/mdeff/fma) available on GitHub.

## Getting Started
You need to have the following softwares installed inorder to run this file.

* [Ananconda](https://conda.io/docs/user-guide/install/index.html)

### Installation
Follow the above provided link for installing the software.

Once you've installed [Ananconda](https://conda.io/docs/user-guide/install/index.html) you should now be able to open [Jupyter Notebook](http://jupyter.org/) which you can find in your PC. Then open the file downloaded from the repository and make sure that the datasets and the file are in the same directory.

You can now start creating your own model or tweaking the present one.

### Collaboration
This was done in collaboration with [Sarath](github.com/sarathisme). Thanks bro.

## Inspiration
A quick shoutout to Mr.Venkatesh, Ms.Keerthi and Mr.Goutham.
Thank You!