Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,18 @@ sdk: gradio
|
|
7 |
sdk_version: 3.39.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
sdk_version: 3.39.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
+
### Gradio UI for CIFAR10 classification with ResNet
|
14 |
+
|
15 |
+
## How to use?
|
16 |
+
1. Select if you want visualize the misclassified images & Select the count of misclassified images.
|
17 |
+
2. Select if you want to visualize the GradCAM images & Also select count of Gradcam images, Model layer and Opacity of the resulting image.
|
18 |
+
3. Click on the upload button to upload the local image to be used for prediction and select the image for prediction.
|
19 |
+
4. If you want use one of the sample images, please pick one from the list of 10 sample images.
|
20 |
+
5. Select the top n classes for which you want see the model performance.
|
21 |
+
6. Click on the Run button
|
22 |
+
7. On the right side of the interface, the top view displays the selected number of misclassified images.
|
23 |
+
8. The second view displays the GradCAM output.
|
24 |
+
9. And Final view displays the top n predicitons for the given image.
|