My ONNX Model
This is a custom ONNX model trained for disease diagnosis.
Usage Example:
from huggingface_hub import InferenceApi
inference = InferenceApi(repo_id="username/my-onnx-model", token="your_huggingface_token")
input_data = "Some text input"
result = inference(inputs=input_data)
print(result)
- Downloads last month
- 16
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.