Diff of /README.md [000000] .. [87f1de]

Switch to unified view

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
![image](https://github.com/sd535682/Lungs_Segmentation/assets/61840607/df50d146-1978-4f33-b541-3630cf3b3437)
14
15
Without Segmentation
16
17
![080a2227-5989-42e3-938d-4c134482db28](https://github.com/sd535682/Lungs_Segmentation/assets/61840607/876f58df-6bec-47e6-89fe-9f60a553e383)
18
19
With Segmentation
20
21
![0b79c39a-0a4a-4bff-9631-8d19493a43f2](https://github.com/sd535682/Lungs_Segmentation/assets/61840607/e511dab2-ae1f-47ab-8e3d-7613195aa092)