Giter Club home page Giter Club logo

updated-movie-recommendation-system's Introduction

Movie Recommendation System

This Movie Recommendation System is a web application that suggests movies based on user input. It combines content-based and collaborative filtering techniques to provide personalized movie recommendations. The system also fetches movie information from the OMDB API and provides links to YouTube trailers for the recommended movies.

Table of Contents

  1. Project Overview
  2. Project Steps
  3. Getting Started
  4. Access the Web App
  5. Feedback Welcome
  6. Future Enhancements
  7. Testing

Project Overview

This project, undertaken by Chibuike Victor Akujuobi, Teyira Peter Geo-Needam, and Emmanuel Ugochukwu, was designed to strengthen our skills in Python and Machine Learning. The Movie Recommendation System provides movie suggestions based on a user's preferences, using a combination of content-based and collaborative filtering techniques.

Project Steps

  1. Library Import: We import the necessary Python libraries, including Flask for building the web app, pandas for data handling, scikit-learn for feature extraction, fuzzywuzzy for fuzzy string matching, requests for API calls, and the Google API Client for YouTube integration.

  2. Data Collection & Preprocessing: We load and preprocess the movie dataset from a CSV file. The dataset includes information about movies, such as genres, keywords, cast, and directors. Missing values are handled, and a combined feature is created for text-based analysis.

  3. Feature Selection: We use TF-IDF vectorization to convert the textual features into numerical vectors, which are used for content-based recommendations.

  4. Content-Based Recommendations: Fuzzy matching and cosine similarity are employed to find movies similar to the user's input. Content-based recommendations are based on textual features like genres, keywords, and cast.

  5. Collaborative Filtering Recommendations: Collaborative filtering recommendations are provided if available. These recommendations are based on user ratings and preferences.

  6. Hybrid Recommendations: We combine both content-based and collaborative filtering recommendations using a weighted approach. Users can adjust the weight of each recommendation type to customize their results.

Getting Started

To run this project locally, follow these steps:

  1. Clone the repository.
  2. Install the required Python libraries using pip install -r requirements.txt.
  3. Run the web application by executing python app.py in your terminal.

Access the Web App

You can access the Movie Recommendation System web app by clicking on the following link: Movie Recommendation System

Feedback Welcome

We value your feedback! If you have any suggestions, encounter issues, or would like to contribute to the project, please feel free to open an issue or pull request on our GitHub repository. Your input is essential in improving this movie recommendation system.

Future Enhancements

We plan to continue enhancing the Movie Recommendation System in the following ways:

  • Implement user authentication to provide more personalized recommendations.
  • Explore advanced collaborative filtering techniques such as matrix factorization.
  • Enhance the user interface for a more seamless experience.
  • Collect and analyze user feedback to improve recommendation quality.

Testing

We have rigorously tested the recommendation system to ensure its accuracy and performance. Metrics such as precision, recall, and user satisfaction have been considered during testing.

We hope you enjoy using our Movie Recommendation System and discover some great movies to watch!

updated-movie-recommendation-system's People

Contributors

akujuobichibuike avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

teyira

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.