From 1179f8ef212a5fc33e59c1d352f1a3612f6d77be Mon Sep 17 00:00:00 2001 From: Mahimai Raja Date: Fri, 30 May 2025 13:53:29 -0400 Subject: [PATCH] feat: added whisper cpp to speech to text documentation page (#324) --- docs/speech_to_text_gallery.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/speech_to_text_gallery.md b/docs/speech_to_text_gallery.md index 2fb5dcc..95ac36a 100644 --- a/docs/speech_to_text_gallery.md +++ b/docs/speech_to_text_gallery.md @@ -82,6 +82,21 @@ document.querySelectorAll('.tag-button').forEach(button => { [:octicons-code-16: Repository](https://github.com/sgarg26/fastrtc-kroko) +- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } fastrtc-whisper-cpp +{: data-tags="whisper-cpp"} + + --- + + Description: + [whisper.cpp](https://huggingface.co/ggerganov/whisper.cpp) is the ggml version of OpenAI's Whisper model. + + Install Instructions + ```python + pip install fastrtc-whisper-cpp + ``` + Check out the fastrtc-whisper-cpp docs for examples! + + [:octicons-code-16: Repository](https://github.com/mahimairaja/fastrtc-whisper-cpp) - :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } __Your STT Model__ {: data-tags="pytorch"}