RahulBhalley/sentiment-analysis-bert.pytorch
IMDB Sentiment Analysis with BERT
This project helps quickly determine if a piece of text expresses positive or negative sentiment. You provide a text string, and it outputs a score indicating the sentiment, classifying it as positive or negative, with higher scores suggesting negative or 'hate speech'. This is useful for content moderators, social media analysts, or anyone needing to automatically gauge the emotional tone of written content.
No commits in the last 6 months.
Use this if you need to automatically identify the sentiment of short text inputs, especially to flag potentially negative or hateful content.
Not ideal if you require fine-grained sentiment analysis (e.g., neutral, mixed) or need to categorize highly nuanced or domain-specific emotional tones.
Stars
8
Forks
3
Language
Python
License
—
Category
Last pushed
Apr 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/RahulBhalley/sentiment-analysis-bert.pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pysentimiento/pysentimiento
A Python multilingual toolkit for Sentiment Analysis and Social NLP tasks
bentrevett/pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
prrao87/fine-grained-sentiment
A comparison and discussion of different NLP methods for 5-class sentiment classification on the...
TheophileBlard/french-sentiment-analysis-with-bert
How good is BERT ? Comparing BERT to other state-of-the-art approaches on a French sentiment...
jon-chun/sentimentarcs_notebooks
SentimentArcs: a large ensemble of dozens of sentiment analysis models to analyze emotion in...