/music_recommendation_system

This web application enables you to find music recommendations based on your preferences. It uses Last.fm API.

Primary LanguagePythonMIT LicenseMIT

Music recommendation system

This web application enables you to find music recommendations based on your preferences. It uses Last.fm API.

How to install

Python 3 interpreter is required. It's recommended to use virtual environment for better isolation.

Install requirements:

pip install -r requirements.txt # alternatively try pip3

Setup environment variables (example on Linux):

export LASTFM_API_KEY=<your API key>
export LASTFM_API_SECRET=<your API secret>

To start the application use this command:

python manage.py runserver