Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

语音到文字

地址:./examples/speech-to-text/ 关键词:AI,语音识别

$ dora build whisper.yaml --uv
$ dora run whisper.yaml --uv

该样例默认使用openai/whisper-large-v3-turbo模型, 如果你想使用其他模型,可以通过为dora-whisper节点添加MODEL_NAME_OR_PATH环境变量来更改所使用的模型。

国内用户如果收到网络影响可以使用hf-mirror镜像来加速模型参数的拉取。 例如可以直接执行

HF_ENDPOINT=https://hf-mirror.com dora build whisper.yaml --uv