Model Card Content
Model Description
This is a ResNet model for image classification.
Usage
import requests
API_URL = "/static-proxy?url=https%3A%2F%2Fapi-inference.huggingface.co%2Fmodels%2Fgiulio678%2Fmodel_v11"
headers = {"Authorization": "Bearer TUO_TOKEN"}
payload = {"inputs": "path/to/your/image.jpg"}
response = requests.post(API_URL, headers=headers, json=payload)
print(response.json())
- Downloads last month
- 6
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the HF Inference API does not support torch models with pipeline type image-classification