/coviz

Comprehensive coronavirus data visualizations

Primary LanguagePython

Set Up

Note: this project assumes a default python version of 3 or later. It has not been tested on any 2.x distribution.

Set up Kaggle API keys

https://github.com/Kaggle/kaggle-api

Install Python packages:

pip install -r requirements.txt

Install and run pre-commit

pip install pre-commit
pre-commit run --all-files

Run the app

streamlit run Covisualize.py