Modified image from the Center For Infectious Disease Research
Web application that classifies single cells as parasitized or normal; and prioritizes patients based on the percentage of infected cells. More background can be found in this medium post.
Created thanks to publicly available data from the NIH.
use the provided environment.yml to create the conda environment and run the following
cd src/
python dash_app.py
cd src/
make build # to build the needed containers and environment
make deploy # to run
in both cases you can navigate to 0.0.0.0:5000 in your favorite flavor of internet browser
A live demo can be found at malariahero.org