Skip to content

Sentiment Analysis of Various Countries’ Tweets for 2020 US Presidential Elections (Trump vs. Biden)

License

Notifications You must be signed in to change notification settings

AbhinandanPadhi/Sentiment-Analysis-US-Election-Tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis of Various Countries' Tweets for the US Presidential Elections 2020

This purpose of this project is to scrape tweets from Twitter using SNScrape, index the tweet corpus using Solr, classify the tweets using Bi-directional Encoder Representations from Transformers (BERT), and present classified tweets from each country for viewing in a web-based search engine.

Quickstart

  1. To start solr:
    cd solr
    ./bin/solr start
  1. To start the flask app:
    cd app
    pip install -r requirements.txt
    python app.py

About

Sentiment Analysis of Various Countries’ Tweets for 2020 US Presidential Elections (Trump vs. Biden)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published