Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 797 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 797 Bytes

Movie_recommendation_system

Dataset

TMDB 5000 Movie Dataset ⇨ https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata

Contains 2 files:

  1. tmdb_5000_credits.csv

    • contains cast and crew details
  2. tmdb_5000_movies.csv

    • contains details about the movie like language, genres, tagline, overview....

Deployed link

https://content-bsd-movie-recomender.herokuapp.com/

Demo Video

System recomends 6 similar movies based on the given movie

alt text

Scope for improvement

Along with content based recomendation, we can also add popularity based and colaberative filtering based movie recomendation