/emotion-based-music-recommendation

Design, implement and test the effects of a music recommendation system that utilize user emotional data and music preference to recommend songs complimentary to their affect.

Primary LanguagePython

Testing the endpoints

Clone and enter project repo

git clone https://github.com/tamargoadam/emotion-based-music-recommendation.git
cd emotion-based-music-recommendation

install dependency manager and dependencies (pipenv allows us to manage dependencies)

pip install --user pipenv
pipenv install

pipenv should've installed the necessary libraries (pandas, tweepy, etc...). now use pipenv to create a virtualenv and run a script.

pipenv shell
python3 twitter_popularsearch.py