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.
- Host: GitHub
- URL: https://github.com/tknishh/imdb-review-analysis
- Owner: tknishh
- Created: 2022-07-19T19:53:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T20:09:22.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T20:02:43.828Z (over 2 years ago)
- Topics: pipeline, sentiment-analysis, vader-sentiment-analysis
- Homepage:
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.