This the web application for the Applied Data Science group project at the University of Bristol(2020-21). The aim was to look at sentiment of tweets within the UK during the period of a year when Covid-19 was present and see if there was a correlation to certain news articles, and how different regions within the UK differed over time.
Clone or download the repository.
python -m venv venv
source venv/bin/activate # Windows: \venv\scripts\activate
pip install -r requirements.txt
then run the app:
python app.py
All pushes to the main branch are automatically deployed to Heroku here: https://covid-19-uk-twitter-sentiment.herokuapp.com/.
Debug some problems using
heroku logs --tail