Skip to content

rtwksai/covintel

Repository files navigation


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