YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
SignalStack SigLIP Endpoint
Custom Hugging Face Inference Endpoint handler for SignalStack visual embeddings.
Source model
google/siglip2-so400m-patch14-384
Files
handler.pyrequirements.txt
Expected request body
{
"inputs": {
"image_url": "https://example.com/creative.jpg"
}
}
Response
{
"vector": [0.01, -0.02],
"dimension": 1152,
"normalized": true,
"model_id": "google/siglip2-so400m-patch14-384"
}
Deployment
Create a Hugging Face Inference Endpoint from this repo using the default container with custom handler support.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support