Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 695 Bytes

File metadata and controls

18 lines (14 loc) · 695 Bytes

Netlfix-Prediction-Engine

required libraries

numpy

              pip install numpy

pandas

              pip install pandas  

sklearn

              pip install sklearn  

nltk

              pip install nltk

The project deals with finding movie and tv show recommendations for the netflix dataset by implementing the k nearest neighbour method of unsupervised machine learning. Pass the movie name to the predict function and it will displa the 10 most similar movies.

Link for the blog: https://medium.com/@murtazahasan15775/exploring-and-analyzing-netflix-movies-tv-shows-dataset-6799b0cedb9c