CoolFace
Apppublic

Sudeep3015/lung-nodule-unet

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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 to app.py).

Run locally

bash
pip install -r requirements.txt
python app.py