Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 474 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 474 Bytes

Movie-Recommender-System

A recommendation system is a type of information filtering system which takes movie genre as input and displays top 5 movies in the specified category.

Dataset:

The data set used for this notebook is from Kaggle.This contains ratings of a 1000 movies. This data set includes:

  • Movie title
  • Genre
  • Votes
  • Rating

link:https://www.kaggle.com/nielspace/imdb-data

Required Tools:

  • Numpy
  • Pandas
  • Scikit learn
  • Matplotlib
  • python 3.6