File size: 772 Bytes
1fee15e c7204c9 02b874b 1fee15e 02b874b e78a07b c7204c9 |
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 |
---
title: Cifar10 Classfication
emoji: π
colorFrom: green
colorTo: green
sdk: gradio
sdk_version: 3.39.0
app_file: app.py
pinned: false
license: mit
---
The Model is trying to predict an Image from the CIFAR10 dataset.
These are the following things the screen covers:-
Model - Resnet18
For App - GradCam / Gradio
Dataset - CIFAR10
1) Asks the user to upload a image
2) Show the users depending on his choice the gradcam image
3) Displays the list of 10 images to be classifed based on the CIFAR10 datasets
4) Allows the users to choose the predictions based on the inputs he/she has entered
5) Shows Missclassifed Images depending on the choice of the user(Max 10)
Check out the configuration reference at https://huggingface.co./docs/hub/spaces-config-reference |