padmanabhbosamia commited on
Commit
02b874b
Β·
1 Parent(s): 9c8a691

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Cifar10 Classfication
3
  emoji: πŸš€
4
- colorFrom: pink
5
- colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 3.39.0
8
  app_file: app.py
@@ -10,6 +10,18 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- This is work under progress. As the code is not mine its only for my understanding to start the application i have used the code.
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
  title: Cifar10 Classfication
3
  emoji: πŸš€
4
+ colorFrom: green
5
+ colorTo: green
6
  sdk: gradio
7
  sdk_version: 3.39.0
8
  app_file: app.py
 
10
  license: mit
11
  ---
12
 
13
+ The Model is trying to predict an Image from the CIFAR10 dataset.
14
+ These are the following things the screen covers:-
15
+
16
+ Model - Resnet18
17
+ For App - GradCam / Gradio
18
+ Dataset - CIFAR10
19
+
20
+ 1) Asks the user to upload a image
21
+ 2) Show the users depending on his choice the gradcam image
22
+ 3) Displays the list of 10 images to be classifed based on the CIFAR10 datasets
23
+ 4) Allows the users to choose the predictions based on the inputs he/she has entered
24
+ 5) Shows Missclassifed Images depending on the choice of the user(Max 10)
25
+
26
 
27
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference