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.
- To start solr:
cd solr
./bin/solr start
- To start the flask app:
cd app
pip install -r requirements.txt
python app.py