Spaces:
Sleeping
Sleeping
Lee Henriques commited on
Commit ยท
db162d7
1
Parent(s): 8c58a75
add HF space config
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ๐ XAI Vision Inspector
|
| 2 |
|
| 3 |
An interactive Explainable AI dashboard for visualizing how CNNs make decisions โ built entirely from scratch using PyTorch. Features **Eigen-IG**, a novel attribution method with published benchmark results across 500 ImageNet images and three architectures.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: XAI Vision Inspector
|
| 3 |
+
emoji: ๐๏ธ
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.37.0"
|
| 8 |
+
python_version: "3.10"
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# ๐ XAI Vision Inspector
|
| 14 |
|
| 15 |
An interactive Explainable AI dashboard for visualizing how CNNs make decisions โ built entirely from scratch using PyTorch. Features **Eigen-IG**, a novel attribution method with published benchmark results across 500 ImageNet images and three architectures.
|