Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.09 KB

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: