YourTwitterSentiment

A pet project to analyze live twitter stream for the tweets-sentiment and top 20 hashtags with their sentiment. Tweets in the last 30 seconds (configuarable) are visualized on the world map with their associated sentiment and popular hashtags are visualized as a tag-cloud. Each tag size represents number of tweets that included the tag and its color represent the average sentiment - Red for Negative, Blue for neutral and green for positive. Tweets on map can be filtered for a specific tag from the cloud.

Applications

This project can be used as a base for various applications:

Sentiment Analysis

Each tweet is classified as either Positive, Neutral or Negative based on its text and tag is calssified based on the average sentiment in the last 30 seconds. Any model among Naive Bayes, Random Forest and Multilayer perceptron can be used to classify tweets. (Change to desired model in Application.conf)

Demo

Sentiment by user

TweetsMap

TweetsMap

Sentiment by tag

Filtering

Filtering

Built With

Coming Up