File size: 1,047 Bytes
37e373f
 
 
 
 
 
 
 
 
 
 
 
 
0ef42fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b74e77e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: MLAppDemo
emoji: πŸš€
colorFrom: pink
colorTo: pink
sdk: gradio
sdk_version: 3.39.0
app_file: app.py
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference

# Training : This app is trained on CIFAR dataset

# Usage :
  - *This app asks user to upload following category of images*
    -   1. plane
        2. car
        3. bird
        4. cat
        5. deer
        6. dog
        7. frog
        8. horse
        9. ship
        10. truck
  - *User can also ask check top predicted classes by model as per his requirement*
  - *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*
  - *User has also the option to request the layer number from which he/she wants to check the grad cam output*
  - *User can also define the opacity of the output image as per his convenience*
  - *To help users 10 examples of all the classes have been given*