BambooPalace / learn-musiccollaborativefiltering

This repo features code for "" video on The Sound of AI YouTube channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

musiccollaborativefiltering

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

About

This repo features code for "" video on The Sound of AI YouTube channel

License:MIT License


Languages

Language:Python 100.0%