Skip to content

anweasha/Live-Twitter-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live Twitter Sentiment Analysis

Get the sentiment labels of live tweets!

Try the web application here.

Overview

  • This app uses Tweepy to get tweets from Twitter based on the input name/phrase.
  • It then processes the tweets through HuggingFace transformers pipeline function for sentiment analysis.
  • The resulting sentiments and corresponding tweets are then put in a dataframe for display which is what you see as result.

WEB APPLICATION - Live Twitter Sentiment Analysis






Tech Stacks Used: