Add Kroko-ASR model to STT gallery (#219)

This commit is contained in:
Siddharth Garg
2025-03-28 12:37:58 -04:00
committed by GitHub
parent e3f08f87f2
commit 71743acb64

View File

@@ -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.
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.