gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -29,6 +29,15 @@ head (174 classes of *physical interactions* — put/lift/push/roll/cover/preten
|
|
| 29 |
<!-- gen-cards:use-it begin id=vjepa2-vitl-ssv2 (managed by scripts/gen-cards — edit cards.json / QuickStart.swift, not this block) -->
|
| 30 |
## Use it
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
▶️ **Run it (source)** — the [ActionCamera runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ActionCamera)
|
| 33 |
(live camera action recognition, one app for every video model in the catalog):
|
| 34 |
|
|
|
|
| 29 |
<!-- gen-cards:use-it begin id=vjepa2-vitl-ssv2 (managed by scripts/gen-cards — edit cards.json / QuickStart.swift, not this block) -->
|
| 30 |
## Use it
|
| 31 |
|
| 32 |
+
⚡ **One line** — this model is the default behind the kit's task op
|
| 33 |
+
(`import CoreAIOps`; no session, no model plumbing, downloads on first use):
|
| 34 |
+
|
| 35 |
+
```swift
|
| 36 |
+
let actions = try await CoreAI.recognizeAction(videoAt: videoURL)
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
Twenty ops, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
|
| 40 |
+
|
| 41 |
▶️ **Run it (source)** — the [ActionCamera runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/ActionCamera)
|
| 42 |
(live camera action recognition, one app for every video model in the catalog):
|
| 43 |
|