Spaces:
Build error
Build error
File size: 820 Bytes
6d04701 6114c6c | 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 | ---
title: ResNetVision 1K
emoji: 📉
colorFrom: blue
colorTo: blue
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
license: mit
short_description: ResNet 50 model trained on Imagenet-1k data.
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# ImageNet-1K Classification Model
This is a deep learning model trained on the ImageNet-1K dataset, capable of classifying images into 1000 different categories.
## Usage
Upload an image using the interface and the model will return the top 5 most likely classifications along with their probabilities.
## Model Details
- Architecture: ResNet-based model trained using PyTorch Lightning
- Dataset: ImageNet-1K
- Input: Images (recommended size: 224x224)
- Output: Probabilities for 1000 ImageNet classes |