Skip to content

A content based movie recommender for college project.

Notifications You must be signed in to change notification settings

OBITORASU/movie_recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommender

A content based movie recommender which recommends you movies based on your selection of a single movie.

How it works:

The scripts uses cosine-similarity to recommend movies an user might like based on a movie of their choice which they like. The user is prompted to name a movie they like and based on this, top 10 similar movies are recommended to him from the dataset.

Install guide:

git clone https://github.com/OBITORASU/movie_recommender.git

cd movie_recommender

pip3 install -r requirements.txt

python3 recommend.py

About

A content based movie recommender for college project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages