sridharrr/brain-tumor-segmentation
0
๐ง Brain Tumor Detection & Segmentation
This application uses a deep learning U-Net (ResNet34) model to detect and segment brain tumors from MRI images.
๐ Features
- Upload grayscale brain MRI images
- Automatic tumor region segmentation
- Visual mask and overlay output
- CPU-friendly deployment
๐งช Model Details
- Architecture: U-Net
- Encoder: ResNet34
- Input size: 256 ร 256 (grayscale)
- Framework: PyTorch + segmentation-models-pytorch
๐ Usage
- Upload an MRI image
- View predicted tumor mask
- Analyze overlay visualization
โ ๏ธ For educational and research purposes only
