运行masr项目
wangnanbo / masr,真·端到端模型
克隆项目git clone https://github.com/lukhy/masr.git
在github项目release页面下载预训练模型,拷贝到masr/pretrained目录下,拷贝test.wav到masr根目录下。
1 |
|
git clone –recursive https://github.com/parlance/ctcdecode.git
cd ctcdecode
pip install .
```
搭建服务端python examples/demo-server.py
客户端发送请求得到识别结果python examples/demo-client.py
创建于2023.3.24/17.45,修改于2023.3.24/17.45