Web App for Pneumonia Detection

Spin up a simple web app using Keras and FastAPI to detect Pneumonia in X-ray images.

Mandy Gu
Towards Data Science
8 min readJan 23, 2020

--

All of the Python 3.7 code used can be found here. The article provides a detailed walk through of each step, but you can also follow the instructions in the repo’s README to spin up a local server. The Github repo also comes with pre-trained weights in case you want…

--

--