Skip to content

KI-Projekt/movie-recommendation-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie-Recommendation-Model

In the context of a student project we want to develop a movie recommendation system.

Different Approaches

We train 3 models with different approaches:

  • Content-Based
  • Collaborative-Filtering Neighborhood
  • Collaborative-Filtering Matrix Factorization

Each model returns a score for the recommended movies. These scores from the different models can be combined for a overall recommendation.

Start Server

Install flask with the following command:

pip install flask  

Start the Server with the following command:

export FLASK_APP=app
flask run

If this does not work try the following command:

set FLASK_APP=app
python -m flask run

Open the website for the documentation of the enpoints.

About

A Python model that recommends movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published