first commit for takway.ai
This commit is contained in:
parent
d7a6de771c
commit
15eeb07f44
11
README_zh.md
11
README_zh.md
|
@ -52,16 +52,13 @@ FunASR希望在语音识别的学术研究和工业应用之间架起一座桥
|
|||
- 2023.07.17: BAT一种低延迟低内存消耗的RNN-T模型发布,详细信息参阅([BAT](egs/aishell/bat))
|
||||
- 2023.06.26: ASRU2023 多通道多方会议转录挑战赛2.0完成竞赛结果公布,详细信息参阅([M2MeT2.0](https://alibaba-damo-academy.github.io/FunASR/m2met2_cn/index.html))
|
||||
|
||||
<a name="安装教程"></a>
|
||||
<a name="Takway.AI安装教程"></a>
|
||||
## 安装教程
|
||||
|
||||
```shell
|
||||
pip3 install -U funasr
|
||||
```
|
||||
或者从源代码安装
|
||||
从源代码安装
|
||||
``` sh
|
||||
git clone https://github.com/alibaba/FunASR.git && cd FunASR
|
||||
pip3 install -e ./
|
||||
git clone http://43.132.157.186:3000/gaohz/FunASR.git && cd FunASR
|
||||
pip3 install -v -e .
|
||||
```
|
||||
如果需要使用工业预训练模型,安装modelscope(可选)
|
||||
|
||||
|
|
Loading…
Reference in New Issue