Twitter Sentiment Analysis

  • Tech Stack: Python, Transformers , Tesnorflow, Twython, Matplotlib
  • Github URL: Project Link

Created a project where users can see the trending topics on twitter and reddit. This project applies sentiment analysis techniques on the posts of the users which contain the trending topic of that particular time.

It gets all the data using APIs of the platforms and then applies Transformers based neural network to analyze the sentiment of a particular topic and displays visualizations of these results.

Additionally, users can search any topic on youtube and this project will analyze the sentiment of the comments of top 5 video's of that search result.