|
a |
|
b/README.md |
|
|
1 |
# Pneumonia Diagnosis Refinement using Enhanced Lung Segmentation |
|
|
2 |
|
|
|
3 |
* Developed an image processing pipeline for lung segmentation in chest X-rays, aiding in the detection of lung diseases like Pneumonia. |
|
|
4 |
* Crop labels, cluster for edge detection and lung segmentation, refine with contour detection, then save as binary images Noticeably, accuracy rose by 9%, from 72% to 81%, showcasing significant improvement |
|
|
5 |
* Skills Developed: Python, Image Processing, Machine Learning Pneumonia Diagnosis Refinement using Enhanced Lung Segmentation |
|
|
6 |
|
|
|
7 |
DataSet |
|
|
8 |
|
|
|
9 |
[Chest X-Ray Images (Pneumonia)](https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia) |
|
|
10 |
|
|
|
11 |
Output |
|
|
12 |
|
|
|
13 |
 |
|
|
14 |
|
|
|
15 |
Without Segmentation |
|
|
16 |
|
|
|
17 |
 |
|
|
18 |
|
|
|
19 |
With Segmentation |
|
|
20 |
|
|
|
21 |
 |