Spaces:
Sleeping
Sleeping
File size: 526 Bytes
b11a3de 3cd3c9a b11a3de 3cd3c9a b11a3de 3cd3c9a b11a3de 3cd3c9a 7ad1ecd |
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 28 29 30 |
---
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
|