Skip to content

A web application for tracking COVID-19 spread all over Kerala.Daily Updates are available in Real time

Notifications You must be signed in to change notification settings

iamharikrishnank/C-TRACKER-KERALA

Repository files navigation

C-Tracker Kerala

C-TRACKER KERALA is A web application for tracking COVID-19 spread all over Kerala.Daily Updates are available in Real time

Datasets

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

Packages

  • plotly
  • folium
  • requests
  • pandas
  • Dash

Install packages with pip:

pip install -r requirements.txt

How to run this app

(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

Screenshot

covidcummulative.png datewise.png districtwise.png hotspot.png

Demo

Open a browser at https://ctrackerkerala.herokuapp.com/

About

A web application for tracking COVID-19 spread all over Kerala.Daily Updates are available in Real time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages