Spotify-Recommender-System

This project has been created to make a music recommender system and it's part of a challenge called Project-of-the-week that is being held by Datatalks.club.

Download dataset from Kaggle

Enviroment

I'll create a conda enviroment for this project

Create the enviroment

conda create -n spotify-recommender python=3.9

Activate the enviroment

conda activate spotify-recommender

Install Ipykernel

pip install ipykernel

Install the dependencies

pip install -r requirements.txt