Sanskar7805 / Movie_Recommender_System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%