Skip to content

nav727/Realtime-Twitter-Sentiment-Analysis

Repository files navigation

icons8-twitter-circled-48 Realtime-Twitter-Sentiment-Analysis

This project uses:

  • Tweepy
  • VaderSentiment
  • Wordcloud
  • Streamlit

This project has been launched! You can see it run here.


icons8-project-64 (1) About the project

  • 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

Future Scope

  • Add option to filter tweet text on basis of words found in negative wordcloud.