Skip to content

CHINMAY02CS/Movie-Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommender System

Overview This is a content-based movie recommender system which uses cosine similarity to predict similar movies. Tags are created for content-based similarity matching to display the required results.

Tech Stack Languages - Python Developer Tools - PyCharm, Jupyter notebook API - tmdb API is used

Project Flow

graph TD;
    DATA-->PREPROCESSING;
    PREPROCESSING-->MODEL;
    MODEL-->WEBSITE;
Loading

How to run

tmdb API It is used to fetch movie posters from the site

Result The given system matches and compares the nearest distance of the input movies to all the movie vectors and generates output with required number of least distant movie vectors.

HOMEPAGE Home_Page

Drop Down Menu (you can type also) Dropdown_Page

Results Results

About

A content based movie recommender system using cosine similarity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors