BeiCunNan/Sentiment_Analysis_Imdb
Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.
This project helps you analyze movie reviews to understand if a review is positive or negative. It takes raw text movie reviews as input and classifies each one as having either positive or negative sentiment. Film critics, marketers in the entertainment industry, or anyone needing to quickly gauge public opinion from large volumes of text could use this.
145 stars. No commits in the last 6 months.
Use this if you need a pre-built solution to classify the sentiment of movie reviews, especially for learning how sentiment analysis models work.
Not ideal if you need to analyze sentiment for text outside of movie reviews or if you require fine-grained sentiment (e.g., neutral, mixed) rather than just positive/negative.
Stars
145
Forks
17
Language
Python
License
—
Category
Last pushed
Jun 14, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/BeiCunNan/Sentiment_Analysis_Imdb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
prakharchoudhary/SentimentAnalysis
A Sentimental Analysis model trained on IMDb dataset, using Bag of words model(tokenisation)
SkyThonk/Movie-Reviews-Sentiment-Analysis
Sentiment Analysis of Movie Reviews is either positive or negative review, the dataset which is...
WLXie-Tony/Movie_Review_Analysis
Official replication package for IJFE (2026). Asynchronous ETL pipeline using GPT-4o to quantify...
farisology/SentimentAnalysis
Sentiment Analysis model using Linear SVM and collection of Tweets about Star Wars Rogue One Movie
ThinamXx/NeuralNetworks__SentimentAnalysis
In this repository, I have worked out on the Large Movie Review Dataset for the Sentiment...