AI Speech-to-Text
BptAISpeechToText
The BptAISpeechToText component lets you upload/process a sound file and extract speech from it as text using Whisper models.
Note: AI models are not included with this component. The models available on this demo page are for testing purposes only.
Feel free to use your own models.
In WebAssembly mode, models are automatically downloaded from
Hugging Face to your browser. In Server mode, you must provide your own Whisper GGML model.
This AI component can run with or without its built-in UI. Set ShowBuiltInUI="false" to use it as a purely technical component — load the model, push data in, and receive results through events.
AI Speech-to-Text Parameters
Feedback window
Current Configuration
📋
Related learning
See the Speech-to-Text tutorial for a step-by-step walkthrough.