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

https://github.com/tknishh/imdb-review-analysis

Sentiment Analysis on IMDb movie reviews.
https://github.com/tknishh/imdb-review-analysis

pipeline sentiment-analysis vader-sentiment-analysis

Last synced: 3 months ago
JSON representation

Sentiment Analysis on IMDb movie reviews.

Awesome Lists containing this project

README

        

# IMDb-Review-Analysis
We will use an IMDB dataset that contains 50k movie reviews. with 2 columns (review and sentiment). The goal is to build the best machine learning model that predicts the sentiment given a movie review.
It is done using VADER and TextBlob.