aufklarer commited on
Commit
f1c4e67
Β·
verified Β·
1 Parent(s): e21dba3

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
@@ -28,10 +28,9 @@ Qwen3-ASR audio encoder (zh / yue / en). INT8 weight-only.
28
 
29
  > Part of the [**soniqo.audio**](https://soniqo.audio) speech toolkit β€”
30
  > an open, runtime-portable stack for speech AI. This bundle is the
31
- > **LiteRT** export; served from cloud by
32
- > [`speech-cloud`](https://github.com/soniqo/speech-cloud) and embeddable
33
- > on-device through [`speech-core`](https://github.com/soniqo/speech-core).
34
- > Browse all LiteRT bundles in the
35
  > [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
36
 
37
  ## Use cases on soniqo.audio
@@ -120,10 +119,9 @@ Upstream: [Qwen/Qwen3-ASR-0.6B](https://huggingface.co/Qwen/Qwen3-ASR-0.6B)
120
  ## Ecosystem
121
 
122
  - [**soniqo.audio**](https://soniqo.audio) β€” use-case explorer (transcription, voice cloning, live ASR, voice agents).
123
- - [**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`.
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-models**](https://github.com/soniqo/speech-models) β€” the exporters that produced this bundle.
126
  - [**speech-swift**](https://github.com/soniqo/speech-swift) β€” Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
 
127
 
128
  ## Other LiteRT models in this collection
129
 
 
28
 
29
  > Part of the [**soniqo.audio**](https://soniqo.audio) speech toolkit β€”
30
  > an open, runtime-portable stack for speech AI. This bundle is the
31
+ > **LiteRT** export, designed to plug into the abstract interfaces in
32
+ > [`speech-core`](https://github.com/soniqo/speech-core) (C++ voice-agent
33
+ > orchestration library). Browse all LiteRT bundles in the
 
34
  > [**soniqo LiteRT collection**](https://huggingface.co/collections/soniqo/litert-6a08268e11d5a47d7aacc02b).
35
 
36
  ## Use cases on soniqo.audio
 
119
  ## Ecosystem
120
 
121
  - [**soniqo.audio**](https://soniqo.audio) β€” use-case explorer (transcription, voice cloning, live ASR, voice agents).
 
122
  - [**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.
 
123
  - [**speech-swift**](https://github.com/soniqo/speech-swift) β€” Apple Silicon MLX companion runtime (model-specific MLX bundles linked above where applicable).
124
+ - [**speech-android**](https://github.com/soniqo/speech-android) β€” Android SDK consuming on-device LiteRT bundles.
125
 
126
  ## Other LiteRT models in this collection
127