Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Explainable DFU ViT
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
short_description: ViT + GradCam for Early Detection of Diabetic Foot Ulcers.
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Explainable DFU ViT
|
| 14 |
+
|
| 15 |
+
Vision Transformer (ViT) + Grad-CAM for early detection of Diabetic Foot Ulcers from thermogram images.
|