Skip to content

LilianSchall/MovieMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieMatch, a recommander system project

This project is led by Lilian Schall lilian.schall@epita.fr at french software engineering school EPITA for the Recommander System course.

Links

What you need to do to run the project

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.

Content

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.

About

MovieMatch, a recommander system project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages