Skip to content

Repository files navigation

Movie Recommendation System

Overview

This project implements a comprehensive movie recommendation system utilizing various techniques such as knowledge-based, collaborative filtering, content-based, and model-based approaches. The system is designed to provide personalized movie recommendations to users based on their preferences and historical interactions with movies.

Features

  • Data Pipeline: Extracts movie data from the Movietweeting dataset hosted on GitHub, preprocesses it, and stores it in an SQLite database for efficient retrieval.
  • Knowledge-Based Recommendation: Recommends movies based on statistical analysis of user ratings and movie metadata such as genre and release year.
  • Collaborative-Based Recommendation: Utilizes user-movie interaction data to recommend movies based on similar users' preferences.
  • Content-Based Recommendation: Recommends movies similar to those already liked by a user, based on content features such as genre and keywords.
  • Model-Based Recommendation: Implements machine learning-based recommendation using the FunkSVD algorithm to predict user ratings for unseen movies.

Installation

  1. Clone the repository:
    git clone https://github.com/your_username/movie-recommendation-system.git
    

Usage

  1. Run the data pipeline script to extract, preprocess, and store movie data:
    ETL_Pipeline.ipynb
    
  2. Explore different recommendation techniques by going through following jupyter notebooks
    • Knowledge-Based Recommendation:
      Knowledge_Based_Recommendation.ipynb
      
    • Collaborative & Content Based Recommendation:
      Collabrative_and_Content_Recommendation.ipynb
      
    • Model-Based Recommendation:
      FunkSVD.ipynb
      

Data

The Movietweeting dataset is used for this project, which provides detailed information about movies, user ratings, and reviews. The dataset is publicly available and can be accessed via the MovieTweetings GitHub Repo.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Acknowledgements

  • The Movietweeting dataset is provided by GroupLens Research (grouplens.org).
  • Udacity - I learned a lot about data science using the course

Contact

For any questions or feedback, please contact thhat.guy.is@gmail.com

Feel free to connect with me on LinkedIn Harsh Sharma


About

This project implements a comprehensive movie recommendation system utilizing various techniques such as knowledge-based, collaborative filtering, content-based, and model-based approaches. The system is designed to provide personalized movie recommendations to users based on their preferences and historical interactions with movies.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages