Spaces:
Sleeping
Sleeping
File size: 623 Bytes
e9dfeb1 ccd799c afa3231 |
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 |
---
title: ERA V2 S13
emoji: 🏢
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 4.28.3
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# App for CIFAR10 data classification with GradCAM.
## Features
- GradCAM: To understand what models has actully learned. Adjust opacity and model layer for grad-cam.
- Image input/output: Upload image and check predictions
- Top classes: Show top n classes with high prediction confidence.
## Usage
- Upload an image
- Change settings as requied
- Hit submit and view results |