Skip to content

Creation of a movie recommendation system during data scientist training at datascientest.com.

License

Notifications You must be signed in to change notification settings

lebenaba/movie_recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation System

This repository contains the code for our project Movie Recommendation System, developed during our Data Scientist training at DataScientest.

The goal of this project is to create a recommendation system based on the MovieLens 25M dataset using collaborative filtering and model optimization through Deep Learning algorithms.

This project was developed by the following team :


To run the code you need to download the data from MovieLens and extract/save it to the directory data/raw:

├── LICENSE
├── README.md          <- The top-level README for developers using this project.
├── data               <- Should be in your computer but not on Github (only in .gitignore)
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── models             <- Trained and serialized models, model predictions, or model summaries.
│
├── notebooks          <- Jupyter notebooks.

You will need to install the dependencies (in a dedicated environment) :

pip install -r requirements.txt

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

Creation of a movie recommendation system during data scientist training at datascientest.com.

Topics

Resources

License

Stars

Watchers

Forks