Skip to content

Content-Based Movie Recommendation System: This project uses the TMDB Movies dataset to recommend movies based on their content, such as genres, cast, and plot keywords. It analyzes movie features to suggest similar films to users based on their preferences.

Notifications You must be signed in to change notification settings

Shenile/Movie_Recommendation_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Movie_Recommendation_System

Content-Based Movie Recommendation System :

This project implements a content-based movie recommendation system using the TMDB Movies dataset from Kaggle. The dataset contains information about 45,000 movies, including cast, crew, plot keywords, budget, revenue, and more.

Overview:

The recommendation system works by analyzing the content of a movie (e.g., genres, actors, directors, keywords) and recommending similar movies to the user. This can be helpful for users who are looking for movies that they are likely to enjoy based on their past preferences.

Dataset:

The TMDB Movies dataset used in this project can be found on Kaggle: https://www.kaggle.com/datasets/rounakbanik/the-movies-dataset/data

Dependencies:

This project requires the following Python libraries:

pandas, numpy, scikit-learn.

About

Content-Based Movie Recommendation System: This project uses the TMDB Movies dataset to recommend movies based on their content, such as genres, cast, and plot keywords. It analyzes movie features to suggest similar films to users based on their preferences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published