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
/caption
endpoint. - Detect
Response - Response returned by the
/detect
endpoint. - 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
/point
endpoint. - Points
Response - Response returned by the
/point
endpoint. - Query
Response - Response from the
/query
endpoint (Visual Question Answering).
Enums§
- Caption
Length - Controls the length of the caption returned by
MoonDream::caption
. - Error
- Errors returned by the
MoonDream
client when performing HTTP requests.