Sudeep3015/lung-nodule-unet
0
Lung Nodule Segmentation (U-Net) — Gradio App
A minimal Gradio app to demo a U-Net model for lung nodule segmentation on LIDC-IDRI slices.
Files
app.py— Gradio app with the U-Net architecture and inference pipeline.requirements.txt— Python dependencies.unet_lidc.pth— Your trained model weights (place this next toapp.py).
Run locally
pip install -r requirements.txt
python app.py
