Skip to content

recommender engine for movie dataset. recommends 10 other movies which is similar to the movie that has passed

Notifications You must be signed in to change notification settings

SinaSafari/recommender_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recommender Engine

Content-based movie recommender system

this app gets a name of a movie and suggets 10 other similar movies

How to run

step one: installing the dependencies

$ python3 -m venv venv
$ pthon3 ./venv/bin/activate
$ pip install -r requirements.txt

step two: running the app

$ python movie_recommender_engine.py

and type the name of movie you want

About

recommender engine for movie dataset. recommends 10 other movies which is similar to the movie that has passed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages