From 2766a941d256e46315b6e924531c1a1d9ccda462 Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Fri, 7 Mar 2025 17:04:57 -0500 Subject: [PATCH] Community stt models (#149) * stt models * add code --- docs/speech_to_text_gallery.md | 63 ++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 docs/speech_to_text_gallery.md diff --git a/docs/speech_to_text_gallery.md b/docs/speech_to_text_gallery.md new file mode 100644 index 0000000..c16308b --- /dev/null +++ b/docs/speech_to_text_gallery.md @@ -0,0 +1,63 @@ + + +A collection of Speech-to-Text models ready to use with FastRTC. Click on the tags below to find the STT model you're looking for! + +!!! tip "Note" + The model you want to use does not have to be in the gallery. This is just a collection of models with a common interface that are easy to "plug and play" into your FastRTC app. But You can use any model you want without having to do any special setup. Simply use it from your stream handler! + + +
+ +
+ + + + +
+ +- :speaking_head:{ .lg .middle }:eyes:{ .lg .middle } __Your STT Model__ +{: data-tags="pytorch"} + + --- + + Description + + Install Instructions + + Usage + + [:octicons-arrow-right-24: Demo](Your demo here) + + [:octicons-code-16: Repository](Code here) \ No newline at end of file