Skip to content

waasiq/movie-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎥 Movie Recommendation System

movie-recommendation

📝 About

This project is a movie recommendation system that uses the TMDB 5000 Movie dataset. The dataset contains information about 5000 movies, including user ratings, budget, revenue, and genres. The recommendation system uses the cosine similarity to find the similarity between movies based on their genres, keywords, cast, and crew. The system then recommends the top 5 most similar movies to the user.

⚙️ Technologies Used

  • Python
  • Streamlit

🔍 Features

  • Recommends movies based on user input.

🔨 Installation

Clone

Clone this repository to your local machine

$ git clone
$ cd movie-recommendation-system
$ pip install -r requirements.txt

Usage

$ streamlit run app.py

📜 License

License: MIT

Releases

No releases published

Packages

No packages published

Languages