twang126 / coviz

Comprehensive coronavirus data visualizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Comprehensive coronavirus data visualizations


Languages

Language:Python 95.0%Language:HTML 4.8%Language:Shell 0.2%