yuanbit/sentiment140-biLSTM
Sentiment Analysis of Tweets using biLSTM built with PyTorch
This tool helps you automatically understand the sentiment of tweets, classifying them as positive or negative. You feed in raw tweet text, and it tells you whether the tweet expresses positive or negative sentiment. This is ideal for marketers, social media managers, or researchers who need to quickly gauge public opinion or brand perception from social media data.
No commits in the last 6 months.
Use this if you need to quickly categorize a large volume of tweets by their emotional tone without manual review.
Not ideal if you need to detect nuanced emotions beyond simple positive or negative, or analyze sentiment from sources other than Twitter.
Stars
8
Forks
5
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 14, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yuanbit/sentiment140-biLSTM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
IBM/MAX-Text-Sentiment-Classifier
Detect the sentiment captured in short pieces of text
pabitralenka/Customer-Feedback-Analysis
Multi Class Text (Feedback) Classification using CNN, GRU Network and pre trained Word2Vec...
giuseppebonaccorso/twitter_sentiment_analysis_word2vec_convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
danielegrattarola/twitter-sentiment-cnn
An implementation in TensorFlow of a convolutional neural network (CNN) to perform sentiment...
hpanwar08/sentiment-analysis-torchtext
Seniment Analysis in Torchtext