Model Card Content
Model Description
This is a ResNet model for image classification.
Usage
import requests
API_URL = "https://api-inference.huggingface.co/models/giulio678/model_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
- 1
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The HF Inference API does not support image-classification models for torch
library.