Tushar010/Lung-nodule-detection
0
🫁 Lung Nodule Segmentation
Streamlit demo for lung nodule segmentation using a 2D U-Net trained on the LUNA16 dataset.
Model source: ayush9304/Lung_Cancer_Detection
How it works
- Upload a CT scan slice image (PNG/JPG)
- App extracts the lung region via thresholding + morphology
- U-Net predicts nodule mask
- Overlay highlights detected regions
⚠️ Demo / educational use only. Not for clinical diagnosis.
Run locally
pip install -r requirements.txt
streamlit run app.py