Dyuti Dasmahapatra commited on
Commit
2b445e9
Β·
1 Parent(s): 38107f5

Updated README and app emoji fix

Browse files
Files changed (3) hide show
  1. README.md +8 -8
  2. app.py +1 -1
  3. runtime.txt +1 -0
README.md CHANGED
@@ -10,7 +10,7 @@
10
 
11
  **A Comprehensive Explainability and Validation Dashboard for Vision Transformers**
12
 
13
- [πŸš€ Live Demo](#) | [πŸ“– Documentation](#features) | [πŸ’‘ Examples](#usage-guide) | [🀝 Contributing](#contributing)
14
 
15
  <img src="assets/dashboard.png" alt="Dashboard Preview" width="800"/>
16
 
@@ -21,7 +21,7 @@
21
 
22
  The **ViT Auditing Toolkit** is an advanced, interactive dashboard designed to help researchers, ML practitioners, and AI auditors understand, validate, and improve Vision Transformer (ViT) models. It provides a comprehensive suite of explainability techniques and auditing tools through an intuitive web interface.
23
 
24
- ### οΏ½ Purpose & Scope
25
 
26
  This toolkit is designed as an **Explainable AI (XAI) and Human-Centered AI (HCAI) analysis tool** to help you:
27
 
@@ -39,7 +39,7 @@ This toolkit is designed as an **Explainable AI (XAI) and Human-Centered AI (HCA
39
 
40
  We encourage researchers and practitioners to use this toolkit as a **starting point** for deeper investigation into model behavior, complementing it with rigorous testing protocols and domain expertise.
41
 
42
- ### �🎭 Why This Toolkit?
43
 
44
  - **πŸ” Transparency**: Understand what your ViT models actually "see" and learn
45
  - **βœ… Validation**: Verify model reliability through systematic testing
@@ -85,13 +85,13 @@ Identify performance disparities across different data subgroups:
85
 
86
  Try the toolkit instantly on Hugging Face Spaces:
87
 
88
- ### πŸ‘‰ [Launch Interactive Demo](https://huggingface.co/spaces/YOUR-USERNAME/vit-auditing-toolkit)
89
 
90
  *No installation required! Upload an image and start exploring.*
91
 
92
  ---
93
 
94
- ## �️ Test Images Included
95
 
96
  The project includes **20 curated test images** organized by analysis type:
97
 
@@ -110,7 +110,7 @@ See [examples/README.md](examples/README.md) for detailed image descriptions and
110
 
111
  ---
112
 
113
- ## οΏ½πŸ“Έ Screenshots
114
 
115
  <div align="center">
116
 
@@ -472,7 +472,7 @@ git push origin feature/your-feature-name
472
 
473
  ---
474
 
475
- ## οΏ½ Additional Resources
476
 
477
  - **[QUICKSTART.md](QUICKSTART.md)** - Get started in 5 minutes
478
  - **[TESTING.md](TESTING.md)** - Comprehensive testing guide with 22 test cases
@@ -482,7 +482,7 @@ git push origin feature/your-feature-name
482
 
483
  ---
484
 
485
- ## οΏ½πŸ“„ License
486
 
487
  This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
488
 
 
10
 
11
  **A Comprehensive Explainability and Validation Dashboard for Vision Transformers**
12
 
13
+ [πŸš€ Live Demo](https://huggingface.co/spaces/Dyra1204/ViT-Auditing-Toolkit) | [πŸ“– Documentation](#features) | [πŸ’‘ Examples](#usage-guide) | [🀝 Contributing](#contributing)
14
 
15
  <img src="assets/dashboard.png" alt="Dashboard Preview" width="800"/>
16
 
 
21
 
22
  The **ViT Auditing Toolkit** is an advanced, interactive dashboard designed to help researchers, ML practitioners, and AI auditors understand, validate, and improve Vision Transformer (ViT) models. It provides a comprehensive suite of explainability techniques and auditing tools through an intuitive web interface.
23
 
24
+ ### 🎯 Purpose & Scope
25
 
26
  This toolkit is designed as an **Explainable AI (XAI) and Human-Centered AI (HCAI) analysis tool** to help you:
27
 
 
39
 
40
  We encourage researchers and practitioners to use this toolkit as a **starting point** for deeper investigation into model behavior, complementing it with rigorous testing protocols and domain expertise.
41
 
42
+ ### 🎭 Why This Toolkit?
43
 
44
  - **πŸ” Transparency**: Understand what your ViT models actually "see" and learn
45
  - **βœ… Validation**: Verify model reliability through systematic testing
 
85
 
86
  Try the toolkit instantly on Hugging Face Spaces:
87
 
88
+ ### πŸ‘‰ [Launch Interactive Demo](https://huggingface.co/spaces/Dyra1204/ViT-Auditing-Toolkit)
89
 
90
  *No installation required! Upload an image and start exploring.*
91
 
92
  ---
93
 
94
+ ## πŸ–ΌοΈ Test Images Included
95
 
96
  The project includes **20 curated test images** organized by analysis type:
97
 
 
110
 
111
  ---
112
 
113
+ ## πŸ“Έ Screenshots
114
 
115
  <div align="center">
116
 
 
472
 
473
  ---
474
 
475
+ ## πŸ“š Additional Resources
476
 
477
  - **[QUICKSTART.md](QUICKSTART.md)** - Get started in 5 minutes
478
  - **[TESTING.md](TESTING.md)** - Comprehensive testing guide with 22 test cases
 
482
 
483
  ---
484
 
485
+ ## πŸ“„ License
486
 
487
  This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.
488
 
app.py CHANGED
@@ -339,7 +339,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css, title="ViT Auditing Toolk
339
  border: 1px solid rgba(99, 102, 241, 0.15);
340
  ">
341
  <h2 style="font-size: 1.75rem; font-weight: 700; color: #e0e7ff; margin-bottom: 1rem;">
342
- �️ About This Toolkit
343
  </h2>
344
 
345
  <p style="color: #94a3b8; line-height: 1.8; font-size: 1.05rem; margin-bottom: 1.5rem;">
 
339
  border: 1px solid rgba(99, 102, 241, 0.15);
340
  ">
341
  <h2 style="font-size: 1.75rem; font-weight: 700; color: #e0e7ff; margin-bottom: 1rem;">
342
+ ℹ️ About This Toolkit
343
  </h2>
344
 
345
  <p style="color: #94a3b8; line-height: 1.8; font-size: 1.05rem; margin-bottom: 1.5rem;">
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.10