Spaces:
Sleeping
Sleeping
Commit
·
ccd799c
1
Parent(s):
6373a51
Updated readme
Browse files
README.md
CHANGED
@@ -11,3 +11,15 @@ 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 |
+
# App for CIFAR10 data classification with GradCAM.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
- GradCAM: To understand what models has actully learned. Adjust opacity and model layer for grad-cam.
|
19 |
+
- Image input/output: Upload image and check predictions
|
20 |
+
- Top classes: Show top n classes with high prediction confidence.
|
21 |
+
|
22 |
+
## Usage
|
23 |
+
- Upload an image
|
24 |
+
- Change settings as requied
|
25 |
+
- Submit image and settings
|