Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.03 KB

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