Expand description
Client for the Moondream vision API.
Provides a simple wrapper around the Moondream HTTP endpoints. It is used to
detect objects in images, generate captions and answer visual questions. Examples
are available in the examples directory.
Structs§
- Caption
Response - Response from the
/captionendpoint. - Detect
Response - Response returned by the
/detectendpoint. - Detection
Object - Bounding box coordinates for a detected object.
- Moon
Dream - Client for interacting with the Moondream API.
- Point
- Centre point coordinates returned by the
/pointendpoint. - Points
Response - Response returned by the
/pointendpoint. - Query
Response - Response from the
/queryendpoint (Visual Question Answering).
Enums§
- Caption
Length - Controls the length of the caption returned by
MoonDream::caption. - Error
- Errors returned by the
MoonDreamclient when performing HTTP requests.