api_huggingface 0.6.1

HuggingFace's API for accessing large language models (LLMs) and embeddings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vision

### Purpose

Vision API types and implementations — image classification, detection, and captioning.

### Responsibility

| File | Purpose |
|------|---------|
| `mod.rs` | Module root — `Vision<E>` type and submodule declarations |
| `types.rs` | Shared vision types — `ImageInput`, bounding boxes, classification labels |
| `classification.rs` | Image classification with confidence scores |
| `detection.rs` | Object detection with bounding boxes |
| `captioning.rs` | Image-to-text caption generation |