Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,9 @@ license: mit
|
|
| 11 |
short_description: Interactive Grad-CAM visualization for CNN image classificat
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
short_description: Interactive Grad-CAM visualization for CNN image classificat
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# Vision Model Interpretability with Grad-CAM - David Schecheter
|
| 15 |
+
|
| 16 |
+
Upload an image to:
|
| 17 |
+
- classify it with ResNet-18
|
| 18 |
+
- view the top-3 predictions
|
| 19 |
+
- visualize a Grad-CAM heatmap showing which regions influenced the prediction
|