游雁
2024-05-30 6d3a3da8a8c7d1be9740a9b2d6fac767f8dfff17
docs
2个文件已修改
26 ■■■■ 已修改文件
README.md 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README_zh.md 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
README.md
@@ -60,18 +60,26 @@
<a name="Installation"></a>
## Installation
- Requirements
```text
python>=3.8
torch>=1.13
torchaudio
```
- Install for pypi
```shell
pip3 install -U funasr
```
Or install from source code
- Or install from source code
``` sh
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip3 install -e ./
```
Install modelscope for the pretrained models (Optional)
- Install modelscope or huggingface_hub for the pretrained models (Optional)
```shell
pip3 install -U modelscope
pip3 install -U modelscope huggingface_hub
```
## Model Zoo
README_zh.md
@@ -64,14 +64,24 @@
<a name="安装教程"></a>
## 安装教程
- 安装funasr之前,确保已经安装了下面依赖环境:
```text
python>=3.8
torch>=1.13
torchaudio
```
- pip安装
```shell
pip3 install -U funasr
```
或者从源代码安装
- 或者从源代码安装
``` sh
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip3 install -e ./
```
如果需要使用工业预训练模型,安装modelscope与huggingface_hub(可选)
```shell