C-TRACKER KERALA is A web application for tracking COVID-19 spread all over Kerala.Daily Updates are available in Real time
Data | URL |
---|---|
Time-series District-wise Histories of COVID-19 stats | https://keralastats.coronasafe.live/histories.json |
Latest District-wise COVID-19 stats | https://keralastats.coronasafe.live/latest.json |
Latest Summary of COVID-19 stats | https://keralastats.coronasafe.live/summary.json |
Time-series Test Reports | https://keralastats.coronasafe.live/testreports.json |
Time-series Hotspots Histories | https://keralastats.coronasafe.live/hotspots_histories.json |
Latest Hotspots | https://keralastats.coronasafe.live/hotspots.json |
- plotly
- folium
- requests
- pandas
- Dash
pip install -r requirements.txt
(The following instructions apply to Posix/bash. Windows users should check here.)
First, clone this repository and open a terminal inside the root folder.
Create and activate a new virtual environment (recommended) by running the following:
python3 -m venv myvenv
source myvenv/bin/activate
Install the requirements:
pip install -r requirements.txt
Run the app:
python3 app.py
Open a browser at http://127.0.0.1:8050
Open a browser at https://ctrackerkerala.herokuapp.com/