
Localizes whatever a per-message String query phrase names within an Image via Florence-2 open-vocabulary detection, projecting the detections onto the connected output shape: boxes, geometry, classes, a count, or an overlay. Offline from the bound model.
Find a named thing in an HTTP frame source and crop it for a downstream stage.
Localize a queried object in a still image and overlay the matched region.
String input, so the phrase can change at any time; an empty phrase or an empty frame yields an empty result rather than an error.model artifact (a snapshot directory holding config.json, the safetensors weights, and the processor/tokenizer files) with `local_files_only`; `trust_remote_code` runs the snapshot's own modeling code, so no network fetch occurs. Bind a Florence-2 checkpoint to the model slot at deploy.model and device are resolved once at startup; changing either requires a redeploy.Automated release