【发布时间】:2021-12-11 00:33:42
【问题描述】:
我是 python 新手,我想在我的 Windows 系统上设置 deepspeech 服务器,以便它可以作为服务在后台运行,并且任何应用程序都可以访问数据,
我也检查了这个链接
How to implement Mozilla DeepSpeech into PHP web app to convert Speech-to-text?
但是在运行这个命令时我得到了这个错误:
deepspeech-server --config config.json
'deepspeech-server' 未被识别为内部或外部 命令、可运行的程序或批处理文件。
我已经在我的 Windows 系统上设置了 deepspeech,并且正在工作和转录数据。
但我还想安装 deepspeech 服务器以在后台运行服务。我在 Windows 10 64 位上安装它
请有任何建议, 谢谢
【问题讨论】:
标签: python-3.x mozilla-deepspeech