This repo modified the code used in the "Build a Spotify-like Music Recommender System" video on The Sound of AI YouTube channel, to assist use with VSCode.
To run the code in local environment
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt