Authors: Pavan Rao, Kushal Ramakanth, Kunal Desai, Onkar Madli
This project takes in a chest X-ray image input, and predicts whether there is pneumonia or not.
The model is custom built using Keras.
This project uses Flask for the backend where our pre-trained model is loaded.
Input: A chest X-ray scanned image
Output: "Normal", "Bacterial", or "Viral"
Make sure you have the following packages installed on your local (or remote) environment before running
Clone the repo or download the zip, then extract as
$ cd /path/to/diag-pneumonia
Then run,
$ python app.py