This commit is contained in:
游雁 2023-08-09 09:40:07 +08:00
parent 167ed7b492
commit 7845806cd8
4 changed files with 4 additions and 6 deletions

View File

@ -71,11 +71,9 @@ Overview
:maxdepth: 1
:caption: Runtime and Service
./funasr/runtime/readme.md
./funasr/runtime/docs/SDK_tutorial_online.md
./funasr/runtime/docs/SDK_tutorial.md
./funasr/runtime/python/websocket/README.md
./funasr/runtime/websocket/readme.md
./funasr/runtime/html5/readme.md

View File

@ -13,7 +13,7 @@ def get_readme():
MODULE_NAME = 'funasr_onnx'
VERSION_NUM = '0.1.2'
VERSION_NUM = '0.2.0'
setuptools.setup(
name=MODULE_NAME,

View File

@ -1,4 +1,4 @@
# FunASR runtime-SDK
# FunASR Runtime Roadmap
中文文档([点击此处](./readme_cn.md)
FunASR is a speech recognition framework developed by the Speech Lab of DAMO Academy, which integrates industrial-level models in the fields of speech endpoint detection, speech recognition, punctuation segmentation, and more.

View File

@ -1,4 +1,4 @@
# FunASR runtime-SDK
# FunASR软件包路线图
English Version[docs](./readme.md)