Skip to content

maxluk/tweet-sentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Realtime social sentiment analysis app

This app connects to the real-time stream of geo tagged tweets, performs sentiment analysis on them, stores tweets in HBase and visualizes positive/negative tweets that match particular keyword as a heatmap. See the running app here: http://tweetsentiment.azurewebsites.net/.

Building