# RapidASR **Repository Path**: RapidAI/RapidASR ## Basic Information - **Project Name**: RapidASR - **Description**: A Cross platform implementation of Wenet ASR inference. It's based on ONNXRuntime and Wenet. We provide a set of easier APIs to call wenet models. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2022-04-23 - **Last Updated**: 2024-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: 语音识别 ## README ## Rapid ASR
- 🎉 推出知识星球[RapidAI私享群](https://t.zsxq.com/0duLBZczw),这里的提问会优先得到回答和支持,也会享受到RapidAI组织后续持续优质的服务。欢迎大家的加入。 - Paraformer模型出自阿里达摩院[Paraformer语音识别-中文-通用-16k-离线-large-pytorch](https://www.modelscope.cn/models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch/summary)。 - 本仓库仅对模型做了转换,只采用ONNXRuntime推理引擎。该项目核心代码已经并入[FunASR](https://github.com/alibaba-damo-academy/FunASR)。 - 项目仍会持续更新,欢迎关注。 - QQ群号:645751008 #### 📖文档导航 - 语音识别: - rapid_paraformer: - [rapid_paraformer-Python](./python/README.md) - [rapid_C++/C](./cpp_onnx/readme.md) - [rapid_wenet](https://github.com/RapidAI/RapidASR/tree/rapid_wenet) - [Python](https://github.com/RapidAI/RapidASR/tree/rapid_wenet/python) - [C++](https://github.com/RapidAI/RapidASR/tree/rapid_wenet/cpp) - [rapid_paddlespeech-Python](https://github.com/RapidAI/RapidASR/tree/rapid_paddlespeech) - 标点符号 - [RapidPunc](https://github.com/RapidAI/RapidPunc) #### 📆TODO以及任务认领 - 参见这里:[link](https://github.com/RapidAI/RapidASR/issues/15) #### 🎨整体框架 ```mermaid flowchart LR A([wav]) --RapidVad--> B([各个小段的音频]) --RapidASR--> C([识别的文本内容]) --RapidPunc--> D([最终识别内容]) ``` #### 📣更新日志