sanket03 commited on
Commit
0ef42fd
·
1 Parent(s): ca7dac7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -11,3 +11,22 @@ 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
+ # Training : This app is trained on CIFAR dataset
16
+
17
+ # Usage :
18
+ - *This app asks user to upload following category of images*
19
+ - 1. plane
20
+ 2. car
21
+ 3. bird
22
+ 4. cat
23
+ 5. deer
24
+ 6. dog
25
+ 7. frog
26
+ 8. horse
27
+ 9. ship
28
+ 10. truck
29
+ - *User can also ask check top predicted classes by model as per his requirement*
30
+ - *In the output user will see predictive class by the model as well as grad cam output of it i.e what model is seeing in the input image to predict that particular class*
31
+ - *User has also the option to request the layer number from which he/she wants to check the grad cam output*
32
+ - *User can also define the opacity of the output image as per his convenience*