Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,13 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
# Session 12 - ERA Phase I - Assignment
|
16 |
+
## Goals
|
17 |
+
1. Build app on HuggingFace using model trained with PyTorch Lightning
|
18 |
+
|
19 |
+
## Usage
|
20 |
+
In the App tab, the UI is present for different functionalities like:
|
21 |
+
1. Seeing N GradCAM outputs of the model for given convolutional layer
|
22 |
+
2. Seeing N misclassfied images
|
23 |
+
3. Uploading your own image and inferencing and looking at N top classes on it
|