To build a website for ranking politicians according to the sentiment analysis of tweets mentioning them on twitter. We then rank the politicians according to this calculated sentiment and volume of mentions in the last 6 months.
-
Source real-time tweets from twitter mentioning politicians.
-
Source last 6 months of tweets mentioning politicians.
- Build a NLP model that can accurately score the sentiment of the tweet given as input.
- Find an appropriate ranking algorithm and rank the politicians according to -
- 6-month Volume of mentions
- Sentiment of all tweets over 6 months
- Recent sentiment from live tweets collected.
- Build a website to display ranking and visualizations of sentiment for each person.
- Make a new directory.
- cd into the directory via
cd <directory_name> - run these commands to initialize the project:
git init -b main
git remote add origin "git@github.com:Varun487/NLP_Live_Tweet_Sentiment_Analysis.git"
git pull origin main
- Varun Seshu - PES2201800074
- Hritik Shanbhag - PES2201800082
- Shashwath S Kumar - PES2201800623
This project has been inspired by the website sentdex.com by Harrison Kinsley.