Lee Henriques commited on
Commit
db162d7
ยท
1 Parent(s): 8c58a75

add HF space config

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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.