A recommendation engine using collaborative filtering based on the paper Collaborative Filtering for Implicit Feedback Datasets.
Note: This repository does not contain the data files. These have to be requested separatly.
To start the webserver run:
export FLASK_APP=webserver.py
flask run