An open API service indexing awesome lists of open source software.

https://github.com/winston-dsouza/movie-recommender-system

Machine Learning for movie suggestion
https://github.com/winston-dsouza/movie-recommender-system

genre kmeans-clustering machine-learning matplotlib movie-recommendation numpy pandas python python3 random-forest ratings recommender-system scikit-learn

Last synced: about 1 month ago
JSON representation

Machine Learning for movie suggestion

Awesome Lists containing this project

README

          

# 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