Code Monkey home page Code Monkey logo

movie-match's Introduction

Movie Match - Movie Recommendation System

Overview

This is a simple movie recommendation system built using Python and Streamlit. It recommends similar movies based on user input.

Methodology

We developed Movie Match by collecting data from Kaggle and preprocessing movie data, merging, and cleaning it for analysis. We used text vectorization techniques like bag-of-words and utilized cosine similarity to find similarities between movie vectors, enabling us to identify the top 5 nearest movies for recommendations. Our tech stack includes Python, Streamlit, NLTK (Natural Language Toolkit), Pandas, NumPy, and Scikit-learn.

Usage

  • To use the movie recommendation system, follow the instructions in the Prerequisites file.

Youtube video link

Data Sources

  • Movie data: The movie dataset used in this project is obtained from Kaggle. The data is comprised of two files: movies.csv and credits.csv.
  • Movie posters: Movie posters are fetched from The Movie Database (TMDb) API using an API key.

Tech Stack

  • Python
  • Streamlit
  • NLTK (Natural Language Toolkit)
  • Pandas
  • Scikit-learn
  • Numpy

File Structure

  • app.py: Main Streamlit application file.
  • model.ipynb: Jupyter Notebook containing the code for training the recommendation model.
  • movies.csv: Raw movie data.
  • credits.csv: Additional movie data.
  • movie_list.pkl: Serialized file containing processed movie data.
  • similarity.pkl: Serialized file containing similarity scores between movies.

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

movie-match's People

Contributors

jain-anshika avatar

Forkers

jayesh2474

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.