piyushgrover commited on
Commit
58a6c1c
·
1 Parent(s): 51e2303

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -10,4 +10,24 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: mit
11
  ---
12
 
13
+ # App trained on CIFAR10
14
+ User can select a feature to experiment with, through a radio button
15
+
16
+
17
+ ## Features
18
+
19
+
20
+ 1. **Top class prediction**
21
+ - User can
22
+ - upload an image or choose from the gallery
23
+ - select the number of top classes to be predicted (max - 10 classes)
24
+
25
+ 2. **Missclassified images**
26
+ - User can select the number of misclassified images to be shown
27
+
28
+ 3. **GradCAM images**
29
+ - User can
30
+ - select the number of gradCAM images to be shown
31
+ - select the gradient opacity
32
+
33
+