aufklarer commited on
Commit
8422f41
Β·
verified Β·
1 Parent(s): 33975b1

card: unified LiteRT model card with soniqo.audio + ecosystem links

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -24,10 +24,9 @@ Speaker-aware segmentation for diarization pipelines. 16 kHz, 5-second windows.
24
 
25
  > Part of the [**soniqo.audio**](https://soniqo.audio) speech toolkit β€”
26
  > an open, runtime-portable stack for speech AI. This bundle is the
27
- > **LiteRT** export; served from cloud by
28
- > [`speech-cloud`](https://github.com/soniqo/speech-cloud) and embeddable
29
- > on-device through [`speech-core`](https://github.com/soniqo/speech-core).
30
- > Browse all LiteRT bundles in the
31
  > [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
32
 
33
  ## Use cases on soniqo.audio
@@ -122,10 +121,9 @@ Upstream: [pyannote/segmentation-3.0](https://huggingface.co/pyannote/segmentati
122
  ## Ecosystem
123
 
124
  - [**soniqo.audio**](https://soniqo.audio) β€” use-case explorer (transcription, voice cloning, live ASR, voice agents).
125
- - [**speech-cloud**](https://github.com/soniqo/speech-cloud) β€” C++ cloud API server. Runs LiteRT models behind `/v1/transcribe`, `/v1/realtime`, and (planned) `/v1/audio/speech`.
126
  - [**speech-core**](https://github.com/soniqo/speech-core) β€” C++ orchestration library for voice agents. Abstract `STTInterface` / `TTSInterface` / `VADInterface` / `EnhancerInterface`; LiteRT implementations plug straight into the interfaces.
127
- - [**speech-models**](https://github.com/soniqo/speech-models) β€” the exporters that produced this bundle.
128
  - [**speech-swift**](https://github.com/soniqo/speech-swift) β€” Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
 
129
 
130
  ## Other LiteRT models in this collection
131
 
 
24
 
25
  > Part of the [**soniqo.audio**](https://soniqo.audio) speech toolkit β€”
26
  > an open, runtime-portable stack for speech AI. This bundle is the
27
+ > **LiteRT** export, designed to plug into the abstract interfaces in
28
+ > [`speech-core`](https://github.com/soniqo/speech-core) (C++ voice-agent
29
+ > orchestration library). Browse all LiteRT bundles in the
 
30
  > [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
31
 
32
  ## Use cases on soniqo.audio
 
121
  ## Ecosystem
122
 
123
  - [**soniqo.audio**](https://soniqo.audio) β€” use-case explorer (transcription, voice cloning, live ASR, voice agents).
 
124
  - [**speech-core**](https://github.com/soniqo/speech-core) β€” C++ orchestration library for voice agents. Abstract `STTInterface` / `TTSInterface` / `VADInterface` / `EnhancerInterface`; LiteRT implementations plug straight into the interfaces.
 
125
  - [**speech-swift**](https://github.com/soniqo/speech-swift) β€” Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
126
+ - [**speech-android**](https://github.com/soniqo/speech-android) β€” Android SDK consuming on-device LiteRT bundles.
127
 
128
  ## Other LiteRT models in this collection
129