文件名称:DeepSpeech_Frontend:使用Mozilla DeepSpeech的网页和API
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-28 22:28:31
Python
DeepSpeech前端 一个Flask应用程序,可通过HTTP POST转录提供给它的文件,并将用户重定向到我们能够从其音频中获取的文本。 安装 为Debian安装依赖项,如下所示: apt update && apt install python3-pip git ffmpeg python3-virtualenv wget git clone https://git.callpipe.com/fusionpbx/deepspeech_frontend cd deepspeech_frontend 建议创建虚拟环境: python3 /usr/lib/python3/dist-packages/virtualenv.py -p python3 env . env/bin/activate 接下来安装所需的python软件包: pip install -r requirements
【文件预览】:
DeepSpeech_Frontend-master
----setup.py(447B)
----.gitignore(876B)
----requirements.txt(58B)
----run.py(132B)
----deepspeech_frontend()
--------__init__.py(6KB)
----LICENSE(34KB)
----README.md(3KB)
----deepspeech_frontend.service(273B)