From 71743acb6484d45688cec594b5c1cae6e3812f74 Mon Sep 17 00:00:00 2001 From: Siddharth Garg Date: Fri, 28 Mar 2025 12:37:58 -0400 Subject: [PATCH] Add Kroko-ASR model to STT gallery (#219) --- docs/speech_to_text_gallery.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/speech_to_text_gallery.md b/docs/speech_to_text_gallery.md index 22e0091..d0c03d2 100644 --- a/docs/speech_to_text_gallery.md +++ b/docs/speech_to_text_gallery.md @@ -66,6 +66,23 @@ document.querySelectorAll('.tag-button').forEach(button => { [:octicons-code-16: Repository](https://github.com/Codeblockz/distil-whisper-FastRTC) +- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } Kroko-ASR +{: data-tags="sherpa-onnx"} + + --- + + Description + [Kroko-ASR](https://huggingface.co/Banafo/Kroko-ASR) is a lightweight TTS model + + Install Instructions + ```python + pip install fastrtc-kroko + ``` + Check out the fastRTC-Kroko docs for examples! + + [:octicons-code-16: Repository](https://github.com/sgarg26/fastrtc-kroko) + + - :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } __Your STT Model__ {: data-tags="pytorch"} @@ -114,4 +131,4 @@ document.querySelectorAll('.tag-button').forEach(button => { stream.ui.launch() ``` -3. Open a [PR](https://github.com/freddyaboulton/fastrtc/edit/main/docs/speech_to_text_gallery.md) to add your model to the gallery! Ideally you model package should be pip installable so other can try it out easily. \ No newline at end of file +3. Open a [PR](https://github.com/freddyaboulton/fastrtc/edit/main/docs/speech_to_text_gallery.md) to add your model to the gallery! Ideally you model package should be pip installable so other can try it out easily.