pmsosa/CS291K
🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models
This helps you analyze the emotional tone of Twitter data, specifically identifying if tweets are positive, negative, or neutral. You feed in raw Twitter text, and it categorizes the sentiment of each tweet. This tool is for researchers or data analysts interested in understanding public opinion or specific sentiment trends on social media.
311 stars. No commits in the last 6 months.
Use this if you need to automatically classify the sentiment of a collection of tweets to understand public mood or reaction to a topic.
Not ideal if you need to analyze sentiment from platforms other than Twitter or require highly nuanced, context-aware sentiment understanding beyond basic positive/negative/neutral.
Stars
311
Forks
100
Language
Python
License
—
Category
Last pushed
Feb 25, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/pmsosa/CS291K"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
abdulfatir/twitter-sentiment-analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Zephery/weiboanalysis
微博情感分析,文本分类,毕业设计项目
lunarwhite/covid-social-analysis
Apply ML on weibo sentiment. 疫情背景下微博文本情感分析与可视化
fhamborg/NewsMTSC
Target-dependent sentiment classification in news articles reporting on political events....
JosephAssaker/Twitter-Sentiment-Analysis-Classical-Approach-VS-Deep-Learning
This project's aim, is to explore the world of Natural Language Processing (NLP) by building...