Skip to content

Deployable and containerized CNN for detection of malaria parasites in blood smears where images have been segmented into single cells.

License

Notifications You must be signed in to change notification settings

caticoa3/malaria_hero

Repository files navigation

Malaria Hero

Modified image from the Center For Infectious Disease Research

Malaria Hero

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.

Running locally

Option 1: in a python enviroment

use the provided environment.yml to create the conda environment and run the following

cd src/
python dash_app.py 

Option 2: in a docker swarm

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

Demo

A live demo can be found at malariahero.org

About

Deployable and containerized CNN for detection of malaria parasites in blood smears where images have been segmented into single cells.

Resources

License

Stars

Watchers

Forks

Packages

No packages published