Skip to main content
Backbone feature-extractor models (H1, M-Optimus, tissue-seg). Model specifications are loaded from YAML config files in the configs/ directory. The Backbone factory wires them together with a pluggable client so that a single Backbone(...) call works for any backend (HTTP, AWS, GCP, …). Example:

Backbone

Factory for creating backbone endpoint models. Model identity (spec, endpoint path) is read from YAML config files. The factory pairs each config with a pluggable client backend to produce a ready-to-use EndpointModel. Usage:

Backend

Supported inference backends.

available_backbones

Return list of all registered backbone names.