ImageNet / README.md
Shilpaj's picture
Docs: Updated README.md
49a58a2 verified
|
raw
history blame
373 Bytes
---
title: ResNet50 ImageNet Classifier
emoji: 🖼️
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
pinned: false
---
# ResNet50 trained on ImageNet-1K
Model trained on ImageNet-1K with 1000 classes.
## Model
`resnet50_imagenet1k.pth`
## Usage
1. Download the model from the link above.
2. Use the model in your project.
```python
```