Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
RapidASR
Commits
68b32a5c
Commit
68b32a5c
authored
Apr 07, 2023
by
SWHL
Browse files
Update README
parent
596386af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
README.md
README.md
+13
-9
No files found.
README.md
View file @
68b32a5c
## Rapid ASR
### 商用级开源语音自动识别程序库,开箱即用,全平台支持,中英文混合识别。
<p
align=
"left"
>
<a
href=
""
><img
src=
"https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"
></a>
<a
href=
""
><img
src=
"https://img.shields.io/badge/Python->
=3.7,
<=3.10-aff.svg"
></a>
...
...
@@ -12,25 +10,31 @@
-
本仓库仅对模型做了转换,只采用ONNXRuntime推理引擎
#### 文档导航
-
[
Python版
](
./python/README.md
)
-
[
C++/C版
](
./cpp_onnx/readme.md
)
-
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
)
#### TODO
-
[ ] 整合vad + asr + pun三个模型,打造可部署使用的方案
#### 更新日志
-
2023-02-25
-
添加C++版本推理,使用onnxruntime引擎,预/后处理代码来自: https://github.com/chenkui164/FastASR
<details>
<summary>
详情
</summary>
-
2023-02-25
-
添加C++版本推理,使用onnxruntime引擎,预/后处理代码来自:
[
FastASR
](
https://github.com/chenkui164/FastASR
)
-
2023-02-14 v2.0.3 update:
-
修复librosa读取wav文件错误
-
修复fbank与torch下fbank提取结果不一致bug
-
2023-02-11 v2.0.2 update:
-
模型和推理代码解耦(
`rapid_paraformer`
和
`resources`
)
-
支持批量推理(通过
`resources/config.yaml`
中
`batch_size`
指定)
-
增加多种输入方式(
`Union[str, np.ndarray, List[str]]`
)
-
2023-02-10 v2.0.1 update:
-
添加对输入音频为噪音或者静音的文件推理结果捕捉。
</details>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment