All Projects → kapishps → Twitter-Sentiment-Analysis

kapishps / Twitter-Sentiment-Analysis

Licence: other
A Django App to perform Sentiment Analysis of Twitter Hashtags

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Twitter-Sentiment-Analysis

visualization
Text visualization tools
Stars: ✭ 18 (-10%)
Mutual labels:  sentiment-analysis
sentometrics
An integrated framework in R for textual sentiment time series aggregation and prediction
Stars: ✭ 77 (+285%)
Mutual labels:  sentiment-analysis
Movie-Recommendation-System-with-Sentiment-Analysis
This is a Machine Learning project to create a "Movie Recommender System" and predict user ratings for movies using cosine similarity.
Stars: ✭ 21 (+5%)
Mutual labels:  sentiment-analysis
sentiment-analysis
🎈 A Node.js AFINN-111 based sentiment analysis module
Stars: ✭ 26 (+30%)
Mutual labels:  sentiment-analysis
spark-twitter-sentiment-analysis
Sentiment Analysis of a Twitter Topic with Spark Structured Streaming
Stars: ✭ 55 (+175%)
Mutual labels:  sentiment-analysis
applytics
Perform Sentiment Analysis on reviews of your apps
Stars: ✭ 21 (+5%)
Mutual labels:  sentiment-analysis
SA-DL
Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.
Stars: ✭ 35 (+75%)
Mutual labels:  sentiment-analysis
Multi-Hop-Knowledge-Paths-Human-Needs
Ranking and Selecting Multi-Hop Knowledge Paths to Better Predict Human Needs
Stars: ✭ 17 (-15%)
Mutual labels:  sentiment-analysis
Senti4SD
An emotion-polarity classifier specifically trained on developers' communication channels
Stars: ✭ 41 (+105%)
Mutual labels:  sentiment-analysis
AI-Sentiment-Analysis-on-IMDB-Dataset
Sentiment Analysis using Stochastic Gradient Descent on 50,000 Movie Reviews Compiled from the IMDB Dataset
Stars: ✭ 55 (+175%)
Mutual labels:  sentiment-analysis
sentiment-analysis-torchtext
Seniment Analysis in Torchtext
Stars: ✭ 19 (-5%)
Mutual labels:  sentiment-analysis
chronist
Long-term analysis of emotion, age, and sentiment using Lifeslice and text records.
Stars: ✭ 23 (+15%)
Mutual labels:  sentiment-analysis
sentiment analysis dict
sentiment analysis、情感分析、文本分类、基于字典、python、classification
Stars: ✭ 111 (+455%)
Mutual labels:  sentiment-analysis
semeval22 structured sentiment
SemEval-2022 Shared Task 10: Structured Sentiment Analysis
Stars: ✭ 67 (+235%)
Mutual labels:  sentiment-analysis
opinionMining
Opinion Mining/Sentiment Analysis Classifier using Genetic Programming
Stars: ✭ 13 (-35%)
Mutual labels:  sentiment-analysis
Whatsapp-analytics
performing sentiment analysis on the whatsapp chats.
Stars: ✭ 20 (+0%)
Mutual labels:  sentiment-analysis
sentibol
⚽ Notebook feito para analisar o case do Sentibol
Stars: ✭ 18 (-10%)
Mutual labels:  sentiment-analysis
SentimentVisionDemo
🌅 iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (+70%)
Mutual labels:  sentiment-analysis
brand-sentiment-analysis
Scripts utilizing Heartex platform to build brand sentiment analysis from the news
Stars: ✭ 21 (+5%)
Mutual labels:  sentiment-analysis
analyzing-reddit-sentiment-with-aws
Learn how to use Kinesis Firehose, AWS Glue, S3, and Amazon Athena by streaming and analyzing reddit comments in realtime. 100-200 level tutorial.
Stars: ✭ 40 (+100%)
Mutual labels:  sentiment-analysis

The app is live at http://twittersentimeter.herokuapp.com/ alt text

Will update Readme after december with step by step Guide

To test on local machine :-

  1. Create a Virtual environment and install the dependencies pip install -r requirements.txt
  2. Fill the Details in secrets.py.template file and save it as secrets.py
  3. Run django server python manage.py runserver
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].