theodore-ioann/Skin-Lesion-Segmentation
0
๐งด Skin Lesion Segmentation Demo
This interactive web application allows you to upload a skin image, select a segmentation model, and visualize the predicted lesion mask with optional post-processing.
๐ง Available Models
- UNet
- SegFormer
- Inception-based CNN
- KMeans (Unsupervised)
- Gaussian Mixture Model (Unsupervised)
๐ง Postprocessing Options
- None
- Morphological Open
- Morphological Close
- Erosion
- Dilation
๐ก How it Works
The model takes in a skin lesion image (resized to 128ร128), performs segmentation, and visualizes both:
- A binary predicted mask
- A color overlay on the original image
๐ ๏ธ Built With
- PyTorch & torchvision
- scikit-learn
- Hugging Face Transformers
- Gradio
- OpenCV
Demo created by Theodore Ioannidis (https://github.com/TheodoreIoannidis).
