* Added to gallery * Add code * Fix --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
2.4 KiB
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!
pytorch
-
🗣️{ .lg .middle }👀{ .lg .middle } distil-whisper-FastRTC {: data-tags="pytorch"}
Description: Distil-whisper from Hugging Face wraped in a pypi package for plug and play!
Install Instructions
pip install distil-whisper-fastrtcUse it the same way you would the native fastRTC TTS model!
-
🗣️{ .lg .middle }👀{ .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)