Skip to content

Web Application (flask) for Pneumonia using Convolution Neural Network.

Notifications You must be signed in to change notification settings

sushilkhadkaanon/pneumonia_dl_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIVE APP: https://cnn-xray.herokuapp.com/

pneumonia_dl_flask

Web Application (flask) for Pneumonia using Convolution Neural Network.

Pneumonia is an infection that inflames the air sacs in one or both lungs. It kills more children younger than 5 years old each year than any other infectious disease, such as HIV infection, malaria, or tuberculosis. Diagnosis is often based on symptoms and physical examination. Chest X-rays may help confirm the diagnosis.

This dataset contains 5,856 validated Chest X-Ray images which is taken from https://data.mendeley.com/datasets/rscbjbr9sj/3. A 13 layered Deep Neural Network was trained on this dataset and the accuracy was around 90%.

Using flask web framework, I created a web application using the model which predicts whether the input x-ray image is infected with pneumonia or not. Thanks to Daniel Kermany, Kang Zhang and Michael Goldbaum for making the dataset publicly and freely available.

Model's accuracy is 89% whereas it's loss is about 0.28.

acc_loss

Here are images showing model's architecture and the screenshots of the web application:

index uploading uploaded negative positive

model_arch

About

Web Application (flask) for Pneumonia using Convolution Neural Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages