i2z1 / MediWatch

COVID-19 health monitoring app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediWatch

Lifecycle: experimental

The goal of MediWatch is to present advanced scientific-based analytics of health index using accessible indicators such as body temperature, blood pressure, blood parameters etc.

Installation

As docker container

  1. Install docker
  2. Run
docker run -p 8080:80  ghcr.io/i2z1/mediwatch:latest
  1. Browse http://127.0.0.1:8080/ at your browser

As R package

You can install the released version of MediWatch from Github with:

devtools::install_github("i2z1/MediWatch")
options('shiny.port'=8080,shiny.host='127.0.0.1');MediWatch::run_app()

And then browse http://127.0.0.1:8080/ at your browser

About

COVID-19 health monitoring app

License:Other


Languages

Language:R 92.6%Language:Dockerfile 7.4%