andreped commited on
Commit
5cbba36
·
unverified ·
1 Parent(s): 89de7b5

Added bonus task + HF badges

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -13,6 +13,9 @@ app_file: app.py
13
 
14
  # INF-1600 AI Deployment workshop
15
 
 
 
 
16
  This workshop was developed for the _"Intro to Artificial Intelligence"_ course at UiT: The Arctic University of Norway in collaboration with Sopra Steria.
17
 
18
  In this workshop, you will get hands on experience with:
@@ -110,6 +113,16 @@ Go to `Settings > Access Tokens > Select token > Click show`.
110
 
111
  20. Finally, we can then head over to our Hugging Face space and check if everything is working. My own app is hosted at [https://huggingface.co/spaces/andreped/ViT-ImageClassifier](https://huggingface.co/spaces/andreped/ViT-ImageClassifier).
112
 
 
 
 
 
 
 
 
 
 
 
113
  ## License
114
 
115
  The code in this repository is released under [MIT license](https://github.com/andreped/INF1600-ai-workshop).
 
13
 
14
  # INF-1600 AI Deployment workshop
15
 
16
+ [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/raidionics/AeroPath/blob/main/LICENSE.md)
17
+ <a target="_blank" href="https://huggingface.co/spaces/andreped/ViT-ImageClassifier"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
18
+
19
  This workshop was developed for the _"Intro to Artificial Intelligence"_ course at UiT: The Arctic University of Norway in collaboration with Sopra Steria.
20
 
21
  In this workshop, you will get hands on experience with:
 
113
 
114
  20. Finally, we can then head over to our Hugging Face space and check if everything is working. My own app is hosted at [https://huggingface.co/spaces/andreped/ViT-ImageClassifier](https://huggingface.co/spaces/andreped/ViT-ImageClassifier).
115
 
116
+ ## Bonus task for speedy bois and gals
117
+
118
+ Based on this app, we have extended it to enable interpretation of the AI model. This technique is called Explainable AI (XAI).
119
+
120
+ If you want, you can try to reproduce the steps above with [this other repo](https://github.com/andreped/vit-explainer).
121
+
122
+ You can click the badge to access the deployed app on Hugging Face: <a target="_blank" href="https://huggingface.co/spaces/andreped/vit-explainer"><img src="https://img.shields.io/badge/🤗%20Hugging%20Face-Spaces-yellow.svg"></a>
123
+
124
+ ![Screenshot 2023-11-14 at 12 49 31](https://github.com/andreped/INF1600-ai-workshop/assets/29090665/0890b0c5-6e98-449e-8c07-7763999dd72c)
125
+
126
  ## License
127
 
128
  The code in this repository is released under [MIT license](https://github.com/andreped/INF1600-ai-workshop).