Skip to content

An effective movie recommendation system that can provide personalized movie recommendations using user-based collaborative filtering.

Notifications You must be signed in to change notification settings

TSS-sniper/Movie-Recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Movie Recommendation System

Introduction:

  • The goal of this project is to develop an effective movie recommendation system that can provide personalized movie recommendations to the user. This system will leverage datasets containing information about movies and their ratings as provided by other users.
  • By analyzing these datasets and employing User-based Collaborative Filtering, we aim to enhance the user experience.

Methodology involved:

  1. Loading the Datasets.
  2. Cleaning the Data (Removing Punctuations using Regular expression Library).
  3. Search for the movies which are rated more than 4 by other users who have also watched the same movie as our user.
  4. Give Movie Recommendations to the user and display it on the gradio interface.

Tools and Technologies involved:

  • Pandas Library
  • Numpy Library
  • re (Regular Expression) Library
  • Gradio
  • scikit-learn library
  • Jupyter Notebook
  • Collaborative Filtering

Dataset Link:

About

An effective movie recommendation system that can provide personalized movie recommendations using user-based collaborative filtering.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published