mlboydaisuke commited on
Commit
1ed6d92
·
verified ·
1 Parent(s): 9532c14

gen-cards: regenerate Use-it block

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -30,6 +30,15 @@ through the Swift **CoreAIKit** `KitParakeetModel`. blank 8192 · durations [0,1
30
 
31
  ## Use it
32
 
 
 
 
 
 
 
 
 
 
33
  ▶️ **Run it (source)** — the [Transcribe runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Transcribe)
34
  (GUI + CLI, one app for every speech-to-text model in the catalog):
35
 
 
30
 
31
  ## Use it
32
 
33
+ ⚡ **One line** — run the kit's task op on this model
34
+ (`import CoreAIOps`; no session, no model plumbing, downloads on first use):
35
+
36
+ ```swift
37
+ let text = try await CoreAI.transcribe(audioURL, options: .model("parakeet-tdt-0.6b-v3"))
38
+ ```
39
+
40
+ Twenty ops, one shape — [Cookbook](https://github.com/john-rocky/coreai-kit/blob/main/docs/COOKBOOK.md).
41
+
42
  ▶️ **Run it (source)** — the [Transcribe runner](https://github.com/john-rocky/coreai-kit/tree/main/Examples/Transcribe)
43
  (GUI + CLI, one app for every speech-to-text model in the catalog):
44