fanhuafeng / FunASR

A Fundamental End-to-End Speech Recognition Toolkit

Home Page:https://alibaba-damo-academy.github.io/FunASR/en/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(简体中文|English)

FunASR: A Fundamental End-to-End Speech Recognition Toolkit

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!

Highlights | News | Installation | Quick Start | Runtime | Model Zoo | Contact

Highlights

  • FunASR is a fundamental speech recognition toolkit that offers a variety of features, including speech recognition (ASR), Voice Activity Detection (VAD), Punctuation Restoration, Language Models, Speaker Verification, Speaker Diarization and multi-talker ASR. FunASR provides convenient scripts and tutorials, supporting inference and fine-tuning of pre-trained models.
  • We have released a vast collection of academic and industrial pretrained models on the ModelScope, which can be accessed through our Model Zoo. The representative Paraformer-large, a non-autoregressive end-to-end speech recognition model, has the advantages of high accuracy, high efficiency, and convenient deployment, supporting the rapid construction of speech recognition services. For more details on service deployment, please refer to the service deployment document.

What's new:

  • 2023/09/01: The offline file transcription service 2.0 (CPU) of Mandarin has been released, with added support for ffmpeg, timestamp, and hotword models. For more details, please refer to (Deployment documentation).
  • 2023/08/07: The real-time transcription service (CPU) of Mandarin has been released. For more details, please refer to (Deployment documentation).
  • 2023/07/17: BAT is released, which is a low-latency and low-memory-consumption RNN-T model. For more details, please refer to (BAT).
  • 2023/07/03: The offline file transcription service (CPU) of Mandarin has been released. For more details, please refer to (Deployment documentation).
  • 2023/06/26: ASRU2023 Multi-Channel Multi-Party Meeting Transcription Challenge 2.0 completed the competition and announced the results. For more details, please refer to (M2MeT2.0).

Installation

Please ref to installation docs

Deployment Service

FunASR supports pre-trained or further fine-tuned models for deployment as a service. The CPU version of the Chinese offline file conversion service has been released, details can be found in docs. More detailed information about service deployment can be found in the deployment roadmap.

Quick Start

Quick start for new users(tutorial

FunASR supports inference and fine-tuning of models trained on industrial datasets of tens of thousands of hours. For more details, please refer to (modelscope_egs). It also supports training and fine-tuning of models on academic standard datasets. For more details, please refer to(egs). The models include speech recognition (ASR), speech activity detection (VAD), punctuation recovery, language model, speaker verification, speaker separation, and multi-party conversation speech recognition. For a detailed list of models, please refer to the Model Zoo:

Community Communication

If you encounter problems in use, you can directly raise Issues on the github page.

You can also scan the following DingTalk group or WeChat group QR code to join the community group for communication and discussion.

DingTalk group WeChat group

Contributors

The contributors can be found in contributors list

License

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. The use of pretraining model is subject to model license

Citations

@inproceedings{gao2023funasr,
  author={Zhifu Gao and Zerui Li and Jiaming Wang and Haoneng Luo and Xian Shi and Mengzhe Chen and Yabin Li and Lingyun Zuo and Zhihao Du and Zhangyu Xiao and Shiliang Zhang},
  title={FunASR: A Fundamental End-to-End Speech Recognition Toolkit},
  year={2023},
  booktitle={INTERSPEECH},
}
@inproceedings{An2023bat,
  author={Keyu An and Xian Shi and Shiliang Zhang},
  title={BAT: Boundary aware transducer for memory-efficient and low-latency ASR},
  year={2023},
  booktitle={INTERSPEECH},
}
@inproceedings{wang2023told,
  author={Jiaming Wang and Zhihao Du and Shiliang Zhang},
  title={{TOLD:} {A} Novel Two-Stage Overlap-Aware Framework for Speaker Diarization},
  year={2023},
  booktitle={ICASSP},
}
@inproceedings{gao22b_interspeech,
  author={Zhifu Gao and ShiLiang Zhang and Ian McLoughlin and Zhijie Yan},
  title={{Paraformer: Fast and Accurate Parallel Transformer for Non-autoregressive End-to-End Speech Recognition}},
  year=2022,
  booktitle={Proc. Interspeech 2022},
  pages={2063--2067},
  doi={10.21437/Interspeech.2022-9996}
}

About

A Fundamental End-to-End Speech Recognition Toolkit

https://alibaba-damo-academy.github.io/FunASR/en/index.html

License:Other


Languages

Language:Python 75.7%Language:Shell 9.7%Language:C++ 9.5%Language:C# 2.5%Language:JavaScript 1.0%Language:Perl 0.9%Language:CMake 0.2%Language:Objective-C++ 0.2%Language:Objective-C 0.2%Language:Java 0.1%Language:HTML 0.0%Language:Makefile 0.0%Language:Ruby 0.0%Language:C 0.0%