This application can tell you the sentiments of people regarding to any events happening in the world by analyzing tweets related to that event.
goto the app.
Download or Clone the repo
pip install -r requirements.txt
python app.py
Sentiment140 was created by Alec Go, Richa Bhayani, and Lei Huang, who were Computer Science graduate students at Stanford University. It contains 1,600,000 tweets extracted using the twitter api . The tweets have been annotated (0 = negative, 4 = positive) and they can be used to detect sentiment.