mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
docs
This commit is contained in:
parent
167ed7b492
commit
7845806cd8
@ -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
|
||||
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# FunASR runtime-SDK
|
||||
# FunASR软件包路线图
|
||||
|
||||
English Version([docs](./readme.md))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user