Spaces:
Sleeping
Sleeping
title: ResNet50 ImageNet Classifier | |
emoji: 🖼️ | |
colorFrom: blue | |
colorTo: red | |
sdk: gradio | |
sdk_version: 4.12.0 | |
app_file: app.py | |
pinned: false | |
license: mit | |
# ResNet-50 ImageNet Classifier | |
This is a demo for ResNet-50 model trained on ImageNet dataset. | |
## Model Details | |
- **Architecture:** ResNet-50 | |
- **Framework:** PyTorch | |
- **Input:** Images (224x224 RGB) | |
- **Output:** 1000 class probabilities | |
## Usage | |
1. Upload an image | |
2. Get top-5 class predictions with probabilities | |
## Model Configuration# Test commit | |