ssvas1997 / Movie-Recommendation-Engine

A movie recommendation engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forthebadge made-with-python Open Source Love png1

Movie-Recommendation-Engine

A movie recommendation engine on IMDB dataset through collaborative filtering.

Collaborative filtering is processing the similarity of the data we have. Here, we have used Euclidean Distance and Cosine Similarity algorithms to recommend 50 movies which are similar to the movie name that the user provides as an input.

image

Features used in the model:

  1. Keywords
  2. Cast
  3. Genre
  4. Director

About

A movie recommendation engine


Languages

Language:Python 100.0%