From 7ad579c07adee9fdc6380ab63c5c0fa54a2caa86 Mon Sep 17 00:00:00 2001 From: Ryan Ellis <55932554+Codeblockz@users.noreply.github.com> Date: Mon, 10 Mar 2025 15:17:07 -0400 Subject: [PATCH] Added to gallery (#159) * Added to gallery * Add code * Fix --------- Co-authored-by: Freddy Boulton --- docs/speech_to_text_gallery.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/speech_to_text_gallery.md b/docs/speech_to_text_gallery.md index c16308b..9ff8e92 100644 --- a/docs/speech_to_text_gallery.md +++ b/docs/speech_to_text_gallery.md @@ -47,6 +47,25 @@ document.querySelectorAll('.tag-button').forEach(button => {
+- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } distil-whisper-FastRTC +{: data-tags="pytorch"} + + --- + + Description: + [Distil-whisper](https://github.com/huggingface/distil-whisper) from Hugging Face wraped in a pypi package for plug and play! + + Install Instructions + ```python + pip install distil-whisper-fastrtc + ``` + Use it the same way you would the native fastRTC TTS model! + + + [:octicons-arrow-right-24: Demo](https://huggingface.co/spaces/Codeblockz/llm-voice-chat/) + + [:octicons-code-16: Repository](https://github.com/Codeblockz/distil-whisper-FastRTC) + - :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } __Your STT Model__ {: data-tags="pytorch"}