sentiment-classifier
There are 69 repositories under sentiment-classifier topic.
JohnSnowLabs/nlu
1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems.
laugustyniak/awesome-sentiment-analysis
Repository with all what is necessary for sentiment analysis and related areas
AlvinAi96/COI
练手项目:Comment of Interest 电商文本评论数据挖掘 (爬虫 + 观点抽取 + 句子级和观点级情感分析)
collab-uniba/Senti4SD
An emotion-polarity classifier specifically trained on developers' communication channels
seinecle/Umigon
Sentiment analysis for Twitter and social media
alcatraz-rm/Text_tone_analyzer
A system that analyzes the tone of texts and statements.
amiangshu/SentiSE
SentiSE is a sentiment analysis tool for Software Engineering interactions
ClimbsRocks/empythy
Automated NLP sentiment predictions- batteries included, or use your own data
oligoglot/theedhum-nandrum
A sentiment classifier on mixed language (and mixed script) reviews in Tamil, Malayalam and English
skshashankkumar41/Sentiment-Analysis-Using-Transformers-PyTorch
Sentiment Analysis of Yelp Review Dataset using Hugging Face pre-trained BERT with fine-tuning
kai3n/sentiment-analysis-imdb
This is a classifier focused on sentiment analysis of movie reviews
loretoparisi/bert-movie-reviews-sentiment-classifier
Build a Movie Reviews Sentiment Classifier with Google's BERT Language Model
I-am-sayantan/public-sentiment-analysis-based-on-twitter-hashtags
This project focuses on sentiment analysis. Social Sentiment analysis is the use of natural language processing (NLP) to analyze social conversations online and determine deeper context as they apply to a topic, brand or theme.
huspark/fine-grained-sentiment-analysis-with-bert
This project uses BERT(Bidirectional Encoder Representations from Transformers) for Yelp-5 fine-grained sentiment analysis. It also explores various custom loss functions for regression based approaches of fine-grained sentiment analysis.
Neurotech-HQ/swahili-sentiment-analysis-dataset
Dataset for training Sentiment analysis models
codershiyar/data_analyse
This project is a data analysis (data science) tool with scripts to analyze images and text data and store results in a Microsoft Access database.This project also includes a set of Power BI dashboards that are connected to the database and provide a visual representation of the analyzed data.
bhattbhavesh91/sentiment-analysis-huggingface-pipeline
Sentiment Analysis with HuggingFace Transformers Pipeline with 5 Lines of Python code
laugustyniak/sas2015
Sentiment Analysis Symposium 2015
rizwansoaib/WhatsApp-Sentiment-Analysis
Sentiment Analysis on Whatsapp Chat
ShankyTiwari/NLP-sentiment-analysis-in-python
Creating a sentiment analysis machine learning model in python
alexaapo/Bidirectional-stacked-RNN-with-LSTM-GRU
Sentiment Classifier using a bidirectional stacked RNN with LSTM/GRU cells for the Twitter sentiment analysis dataset
manugaco/Project_Bachelors_Degree_Thesis
BSc thesis code
techwizAJ/subject_sentiment_analysis
Twitter Sentiment Analysis
Jason-Oleana/bert-embeddings-sentiment-analysis
Sentiment Analysis using BERT embeddings + MLP (Multi Layer Perceptron). Served as A REST API in FastAPI and running in Docker.
anjanatiha/Twitter-US-Airline-Sentiment
Twitter data on US Airlines Sentiment Analysis with Deep Learning (LSTM and CNN)
Elijas/movie-review-sentiment-polarity-classifier
Training a classifier to differentiate between positive and negative movie review sentences in the "sentence polarity dataset v1.0"
sumanismcse/Using-LSTM-network-for-Sentiment-Analysis
Using Long Short Term Memory Model and Recursive Neural Network for Sentiment Analysis to use in the automated therapeutic app as an input to read intent of user in Google's cloud natural language processing service 'dialogflow' and on that basis we provide low cost therapy
yashprakash13/ReviewRater
A simple web app prototype with auth and paywall demo that uses sentiment analysis to rate text reviews on a scale of 1 to 5.
0xRezoc/SSTA
An easy-to-use sentiment analysis tool using TextBlob and a custom GUI. Quickly assess text sentiment as positive, negative, or neutral. Ideal for social media monitoring, customer feedback analysis, and content moderation. Open-source under the MIT License.
arthurxarmani/SimpleAISentimentAnalysis
Sentiment Analysis CLI Tool to analyze text files. Based on the "siebert/sentiment-roberta-large-english" model. Prints out whether text content is "positive" or "negative". (👍🏼 or 👎🏼)
caspinprince/EmotBot
Discord bot that interacts with emotion-detection ML API
konkyrkos/sentiment-classifier-classic-algorithms
Tweet Sentiment Classifier using Classic Machine Learning Algorithms. This repository provides my solution for the 2nd Assignment for the course of Text Analytics for the MSc in Data Science at Athens University of Economics and Business.
SeaWar741/Sentiflix
Sentiment analysis based movie platform
spyros-briakos/Bidirectional-stacked-RNN-with-LSTM-GRU
Our goal is to develop a sentiment classifier using a bidirectional stacked RNN with LSTM/GRU cells for twitter sentiment analysis.