A Neural Network to Detect Malaria Parasites in Blood Samples
Plasmodium falciparum is a common type of malaria found across Africa. It is also the most deadly form of malaria. You can detect P. falciparum by taking blood samples and inspecting them under a microscope. Infected red blood cells may have a darker patch which is the parasite. To train this model, I used a dataset made in Uganda by J. Quinn et al.
- Download the dataset from the link above.
- Simply use the tensorflow object detection API to train a model
- Export the inference graph and call it frozen_inference_graph.pb
- Move the website.py and correct.py files into the object_detection directory
- On line 76 of correct.py change the MODEL_NAME to the name of your exported model
- Move both of the images into the object_detection directory