gen-cards: regenerate Use-it block
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ head (174 classes of *physical interactions* β put/lift/push/roll/cover/preten
|
|
| 36 |
let actions = try await CoreAI.recognizeAction(videoAt: videoURL)
|
| 37 |
```
|
| 38 |
|
| 39 |
-
|
| 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):
|
|
@@ -74,7 +74,7 @@ clip (a hand pushing a block); point `--video` at real footage for real results.
|
|
| 74 |
- SPM: `https://github.com/john-rocky/coreai-kit` β product **CoreAIKitVision**
|
| 75 |
- Info.plist: `NSCameraUsageDescription` β only for the live camera; the snippet needs none
|
| 76 |
- Entitlements: none needed
|
| 77 |
-
- First run downloads the model β 0.7 GB (Mac) /
|
| 78 |
local cache (Application Support; progress via the `downloadProgress` callback)
|
| 79 |
- Measure in Release β Debug is ~3Γ slower on per-token host work
|
| 80 |
<!-- gen-cards:use-it end -->
|
|
|
|
| 36 |
let actions = try await CoreAI.recognizeAction(videoAt: videoURL)
|
| 37 |
```
|
| 38 |
|
| 39 |
+
Every op, 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):
|
|
|
|
| 74 |
- SPM: `https://github.com/john-rocky/coreai-kit` β product **CoreAIKitVision**
|
| 75 |
- Info.plist: `NSCameraUsageDescription` β only for the live camera; the snippet needs none
|
| 76 |
- Entitlements: none needed
|
| 77 |
+
- First run downloads the model β 0.7 GB (Mac) / 0.7 GB (iPhone) β then it loads from the
|
| 78 |
local cache (Application Support; progress via the `downloadProgress` callback)
|
| 79 |
- Measure in Release β Debug is ~3Γ slower on per-token host work
|
| 80 |
<!-- gen-cards:use-it end -->
|