It is recommended to create a fresh isolated Python 3.6 environment with the latest pip to prevent potential version conflicts
For example, using Anaconda:
$ conda create -n covidx python=3.6
$ conda activate covidx
To install local development environment, use:
pip install -e .
Different models implementation are available at covidx/models
Training and evaluation scripts and demo Jupyter notebook are available at scripts folder.
The model weights are attached in the experiment google sheet. Please contact authors if you want to use a specific model weight