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
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