| | |
| | | |
| | | (简体中文|[English](./README.md)) |
| | | |
| | | # FunASR: A Fundamental End-to-End Speech Recognition Toolkit |
| | | |
| | | |
| | | [](https://github.com/Akshay090/svg-banners) |
| | | |
| | | [//]: # (# FunASR: A Fundamental End-to-End Speech Recognition Toolkit) |
| | | |
| | | [](https://pypi.org/project/funasr/) |
| | | |
| | |
| | | <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 |