This project uses:
- Tweepy
- VaderSentiment
- Wordcloud
- Streamlit
This project has been launched! You can see it run here.
- Streaming tweets in real time using tweepy.
- Sentiment analysis with VADER approach Python implementation. All tweets being classified in three classes: Positive, Negative and Neutral. For more details about VADER you can find its research paper here.
- Making app using streamlit.
Have a look at demo video!
Realtime.Twitter.Analysis.mp4
- Add option to filter tweet text on basis of words found in negative wordcloud.