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.