Skip to content

AI-Leap/netflix_hidden_gems_prediction

Repository files navigation

The link to the medium blog post https://blog.aileap.org/predicting-the-rating-of-netflix-movies-622062af6404

Predict the hidden gem score of a movie on Netflix

netflix_vft6 jpg

The hidden gem score is the highlight of the popularity of a movie. The higher the hidden gem score, the higher the movie rating.

Table of Contents

General info

Datasets

Kaggle dataset (Latest Netflix data with 26+ joined attributes) is used for this project.

https://www.kaggle.com/ashishgup/netflix-rotten-tomatoes-metacritic-imdb

This dataset combines data sources from Netflix, Rotten Tomatoes, IMBD, posters, box office information, trailers on YouTube, and more using a variety of APIs.

[Project Background]

Netflix has a lot of quality movies and series with different genres under different categories. People on Netflix have to search through Netflix to know which content is of better quality. That is uneasy and a bit time-consuming. Hidden gem addresses such a problem. The business idea behind this problem is to know which type of movie can get higher ranting and popularity among viewers.

https://github.com/AI-Leap/netflix_hidden_gems_prediction/blob/main/Netflix_Movie_Prediction.ipynb

In the project, there will be 3 different business understanding for movie industries.

1. Which genre of movies or series is the most shown on Netflix from the year 2015 to 2021.

genre_count

2. How the movie published trend on Netflix changed.

movie_count

3. The Prediction of Hidden Gem Score

mae

Technologies

The following libraries are used:

  • pandas
  • numpy
  • collections
  • nltk
  • matplotlib
  • seaborn
  • sklearn

Setup

$ pip install jupyter
$ pip install pandas numpy matplotlib seaborn scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published