mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
readme
This commit is contained in:
parent
44366d4ede
commit
0b1783fe82
13
README.md
13
README.md
@ -7,7 +7,6 @@
|
|||||||
[**News**](https://github.com/alibaba-damo-academy/FunASR#whats-new)
|
[**News**](https://github.com/alibaba-damo-academy/FunASR#whats-new)
|
||||||
| [**Highlights**](#highlights)
|
| [**Highlights**](#highlights)
|
||||||
| [**Installation**](#installation)
|
| [**Installation**](#installation)
|
||||||
| [**Docs_CN**](https://alibaba-damo-academy.github.io/FunASR/cn/index.html)
|
|
||||||
| [**Docs_EN**](https://alibaba-damo-academy.github.io/FunASR/en/index.html)
|
| [**Docs_EN**](https://alibaba-damo-academy.github.io/FunASR/en/index.html)
|
||||||
| [**Tutorial**](https://github.com/alibaba-damo-academy/FunASR/wiki#funasr%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C)
|
| [**Tutorial**](https://github.com/alibaba-damo-academy/FunASR/wiki#funasr%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C)
|
||||||
| [**Papers**](https://github.com/alibaba-damo-academy/FunASR#citations)
|
| [**Papers**](https://github.com/alibaba-damo-academy/FunASR#citations)
|
||||||
@ -29,6 +28,14 @@ For the release notes, please ref to [news](https://github.com/alibaba-damo-acad
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
Install from pip
|
||||||
|
```shell
|
||||||
|
pip install -U funasr -i https://pypi.Python.org/simple
|
||||||
|
```
|
||||||
|
|
||||||
|
Or install from source code
|
||||||
|
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
git clone https://github.com/alibaba/FunASR.git && cd FunASR
|
git clone https://github.com/alibaba/FunASR.git && cd FunASR
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
@ -37,8 +44,8 @@ If you want to use the pretrained models in ModelScope, you should install the m
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
pip install -U modelscope
|
pip install -U modelscope
|
||||||
# For the users in China, you could install with
|
# For the users in China, you could install with the command:
|
||||||
# pip install -U modelscope -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
|
# pip install -U modelscope -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html -i https://mirror.sjtu.edu.cn/pypi/web/simple
|
||||||
```
|
```
|
||||||
|
|
||||||
For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki)
|
For more details, please ref to [installation](https://github.com/alibaba-damo-academy/FunASR/wiki)
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
install from pip
|
install from pip
|
||||||
```shell
|
```shell
|
||||||
pip install --upgrade funasr_torch -i https://pypi.Python.org/simple
|
pip install -U funasr_torch -i https://pypi.Python.org/simple
|
||||||
```
|
```
|
||||||
or install from source code
|
or install from source code
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
install from pip
|
install from pip
|
||||||
```shell
|
```shell
|
||||||
pip install --upgrade funasr_onnx -i https://pypi.Python.org/simple
|
pip install -U funasr_onnx -i https://pypi.Python.org/simple
|
||||||
```
|
```
|
||||||
|
|
||||||
or install from source code
|
or install from source code
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0.4.0
|
0.4.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user