- 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
- Tweepy
- Hugging Face
- Transformers
- Twitter API
- Python