Commit ·
02b874b
1
Parent(s): 9c8a691
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: Cifar10 Classfication
|
| 3 |
emoji: 🚀
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|