Skip to content

wangling03/Black-Lung-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Lung Detection project

Implemented a Deep CNN model for Detection of pneumoconioses Patients Using Chest X-Ray Images. Built the model using Transfer Learning by fine-tuning pre-trained model DenseNet121 that have been pre-trained on ImageNet dataset.

Fifty-five Chest X-Ray diagnosed with pneumoconioses from B-reader Syllabus and sixty-one normal Chest X-Ray from CheXPert were used in the project. Ninty-two Chest X-rays (46 with pneumoconioses and 46 normal Chest X-rays) were used train the model and 24 Chest X-rays (12 with pneumoconioses and 12 normal Chest X-rays) were used as test set.

The Chest X-rays were enhanced using Bi-Histogram Equalization with Adaptive Sigmoid Functions algorithm (BEASF) and Contrast Limiting Adaptive Histogram Equalization (CLAHE).

The confusion matrix of the test set is:

alt text

The history of loss and accuracy plot for 50 epochs is:

alt text

The classfication report is:

alt text

About

Implemented a Deep CNN model for Detection of pneumoconioses Patients Using Chest X-Ray Images. Built the model using Transfer Learning by fine-tuning pre-trained model DenseNet121 that have been pre-trained on ImageNet dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors