This project is led by Lilian Schall lilian.schall@epita.fr at french software engineering school EPITA for the Recommander System course.
First, clone the datasets, through the following command:
make
To run the project, simply do the following:
virtualvenv venv;
source venv/bin/activate;
pip install -r requirements.txt;
jupyter notebook;
And consult the link associated to the jupyter instance.
The notebook src/Recommander.ipynb contains the code and the associated explanation to the choices the developer has made in order to develop a recommander system.