Skip to content

Archiesachin/CineVerse-Movie_Rec

Repository files navigation

CineVerse - Movie Recommendation System

CineVerse is a movie recommendation system based on 3 recommendation models:

  1. Content Based Filtering - In this recommendation model, the user can search for any movie and using similarity scores other movies with similar cast, genre, director is suggested.

  2. Mood Based Filtering - In this recommendation model, the user can choose how they are feeling and their preferred language of movie (for eg: Hindi, English, French, Italian, etc) and the model then suggests movies based on the emotion. For eg: If the user is feeling sad then it recommends movies with Comedy or Drama genre.

  3. Collaborative Filtering - This model works on the SVD(Single Value Decomposition) algorithm. It suggests me movies that another user with similar taste has rated highly. This type of Filtering is used in most of the recommendation systems.

Results

Homepage:

Screenshot (969)

Content Based Filtering:

Screenshot (970)

Screenshot (971)

Screenshot (972)

Screenshot (973)

Screenshot (974)

Mood Based Recommendation:

Screenshot (975)

Screenshot (976)

Screenshot (977)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published