FunASR hopes to build a bridge between academic research and industrial applications on speech recognition. By supporting the training & finetuning of the industrial-grade speech recognition model released on ModelScope, researchers and developers can conduct research and production of speech recognition models more conveniently, and promote the development of speech recognition ecology. ASR for Fun!
News
| Highlights
| Installation
| Docs_CN
| Docs_EN
| Tutorial
| Papers
| Runtime
| Model Zoo
| Contact
Various new types of audio input types are now supported by modelscope inference pipeline, including: mp3、flac、ogg、opus...
git clone https://github.com/alibaba/FunASR.git && cd FunASR
pip install --editable ./
For more details, please ref to installation
For users who are new to FunASR and ModelScope, please refer to FunASR Docs(CN / EN)
If you have any questions about FunASR, please contact us by
| Dingding group | Wechat group |
|---|---|
|
![]() |
|
|---|
This project is licensed under the The MIT License. FunASR also contains various third-party components and some code modified from other repos under other open source licenses.
@inproceedings{gao2020universal,
title={Universal ASR: Unifying Streaming and Non-Streaming ASR Using a Single Encoder-Decoder Model},
author={Gao, Zhifu and Zhang, Shiliang and Lei, Ming and McLoughlin, Ian},
booktitle={arXiv preprint arXiv:2010.14099},
year={2020}
}
@inproceedings{gao2022paraformer,
title={Paraformer: Fast and Accurate Parallel Transformer for Non-autoregressive End-to-End Speech Recognition},
author={Gao, Zhifu and Zhang, Shiliang and McLoughlin, Ian and Yan, Zhijie},
booktitle={INTERSPEECH},
year={2022}
}
@inproceedings{Shi2023AchievingTP,
title={Achieving Timestamp Prediction While Recognizing with Non-Autoregressive End-to-End ASR Model},
author={Xian Shi and Yanni Chen and Shiliang Zhang and Zhijie Yan},
booktitle={arXiv preprint arXiv:2301.12343}
year={2023}
}