Commit ·
59f6e01
1
Parent(s): 6ebaf3c
Remove weights from git (uploaded via web interface)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Multimodal Skin Lesion Explainability
|
| 2 |
|
| 3 |
Gradio app for multimodal skin lesion analysis with GradCAM++ visualization. The interface lets you upload a dermoscopic image, select which metadata groups are active, edit clinical fields, and inspect the model output together with the attention heatmap.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Multimodal Skin Lesion Explainability
|
| 3 |
+
emoji: 🩺
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.1"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Multimodal Skin Lesion Explainability
|
| 14 |
|
| 15 |
Gradio app for multimodal skin lesion analysis with GradCAM++ visualization. The interface lets you upload a dermoscopic image, select which metadata groups are active, edit clinical fields, and inspect the model output together with the attention heatmap.
|