rtwksai / covintel

COVID-19 Vaccine Efficacy Tracker

Home Page:http://covintel.centralindia.cloudapp.azure.com:8000/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Chaos
Vaccine Efficacy Tracker

An AI solution to track the CoVID Vaccine Efficacy

Installation

$ git clone git@github.com:DaKeiser/chaos.git

Setup

To run this project, follow these steps:

$ cd chaos
$ pipenv install
  • Copy and Paste the config.json.example file and rename it as config.json
  • You then need to create an account on mapbox and paste your public access token in the field mapbox-token

To run the model to generate the CSVs, run:

$ pipenv run python3 model.py

Running it once a day will suffice.

To run the application, run:

$ pipenv run python3 app.py

To run using docker:

$ docker-compose build
$ docker-compose up

UI

The app is still in development phase. Currently, the user can find the number of future cases in a particular state or a district.

Contributors

About

COVID-19 Vaccine Efficacy Tracker

http://covintel.centralindia.cloudapp.azure.com:8000/

License:GNU General Public License v3.0


Languages

Language:Python 71.0%Language:CSS 28.9%Language:Dockerfile 0.2%