Skip to content

Employment of Deep Learning (DL) models particularly Convolutional Neural Networks (CNNs) to detect pneumonia from Lung X-rays of patients.

License

Notifications You must be signed in to change notification settings

Prince2124/Pneumonia-Detection-Using-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pneumonia Detection Using Transfer Learning (CNN)

Emplement of Deep Learning (DL) models particularly Convolutional Neural Networks (CNNs) to detect pneumonia from Lung X-rays of patients. CNN-based VGG16 model is used to classify chest X-ray images of pneumonia patients and normal patients and predict patients have with pneumonia or not .

image

Datasets

with Kaggle dataset available from here.It consists of 5863 X-ray images of lungs taken on a group of paediatric patients . All of images have been labeled by 2 specialists to minimize labeling error risk. The data was already split for us into training, validation and test datasets.

Detection

In this project we'll Use Transfer learning using VGG16 model and customize our model to predict whether a person has Pneumonia.

  • NORMAL IMAGE

image

  • PNEUMONIA IMAGE

image

Then transfer learning was used with convolutional neural networks by utilising VGG16 as the base model for image classification. The model was able to achieve 94.5% accuracy on the validation set.

References

https://github.com/Sanket2311/Pneumonia-Classification-using-Transfer-learning

About

Employment of Deep Learning (DL) models particularly Convolutional Neural Networks (CNNs) to detect pneumonia from Lung X-rays of patients.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published