Mark Agugo
Mark Agugo

Movie Recommender

Content based recomendation system to recommend movies to a user based on some of the movie's features .

Project Image

Project Overview

Used the cosine similarity to check the similarity between two movies based on some features like movie director, movie casts, movie genre. Movie details are fetched using an API by TMDB and using the IMDB id of the modie in the API. Dataset contains movies up till 2022 Spent quite a while on data preprocessing before moving on to build the model.

Tools Used

HTML
CSS
JS
Python
Flask
GIT