Skip to content

danielbarco/malariadetection_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Malaria Detection

This project is a proof of concept, where images can be uploaded and analysed for Malaria. The model can distinguish between plasmodium falciparum and vivax. We use NIH images to train our model.

Demo

Malaria app Demo

Start-up instructions

Run the docker file from a laptop/ computer (GPU-enhanced will make the model run faster). First build the dockerfile from within the malatec_app/docker folder:

docker build -t malariadetection_webapp .

Now you can run the docker file, which starts up the streamlit app:

docker run -it --rm --name malariadetection_webapp -v /home/fight/Documents/malariadetection_webapp/docker:docker  malariadetection_webapp:latest

Follow the link provided in the console and you should be able to see the streamlit app.

Pipeline

Publicly Available Malria Datasets

Run Cloudflare Tunnel

To access the cloudflare tunnel at demo.malariadetection.ch run. This requires some additional setup.

cloudflared tunnel run

Made with ❤️ in Switzerland ⛰️ ddd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published