/knn-cf-rec-sys

Similarity CF based RecSys examples

Primary LanguageJupyter Notebook

Collaborative filtering KNN based recommendation systems

Similarity collaborative filtering based RecSys.

Notebook

Sources

Getting started

Step 1: Clone repo.

$ git clone https://github.com/adrianmarino/knn-cf-rec-sys.git
$ cd knn-cf-rec-sys

Step 2: Create environment.

$ conda env create -f environment.yml

Open notebooks locally

Step 1: Enable project environment.

$ conda activate knn-cf-rec-sys

Step 2: Under project directory boot jupyter lab.

$ jupyter lab

Jupyter Notebook 6.1.4 is running at:
http://localhost:8888/?token=45efe99607fa6......

Step 3: Go to http://localhost:8888.... as indicated in the shell output.