Merge branch 'main' of https://github.com/modelscope/FunASR into main
| | |
| | | The server deployment uses the websocket protocol. The client can support html5 webpage access and microphone input or file input. There are two ways to access the service:
|
| | | - Method 1:
|
| | |
|
| | | Directly connect to the html client, manually download the client ([click here](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static)) to the local computer, and open the index.html webpage to enter the wss address and port number.
|
| | | Directly connect to the html client, manually download the client ([click here](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static)) to the local computer, and open the index.html webpage to enter the wss address and port number.
|
| | |
|
| | | - Method 2:
|
| | |
|
| | |
| | | 服务端部署采用websocket协议,客户端可以支持html5网页访问,支持麦克风输入与文件输入,可以通过如下2种方式访问:
|
| | | - 方式一:
|
| | |
|
| | | html客户端直连,手动下载客户端([点击此处](https://github.com/alibaba-damo-academy/FunASR/tree/main/funasr/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号
|
| | | html客户端直连,手动下载客户端([点击此处](https://github.com/modelscope/FunASR/tree/main/runtime/html5/static))至本地,打开`index.html`网页,输入wss地址与端口号
|
| | |
|
| | | - 方式二:
|
| | |
|
| | |
| | | |
| | | setuptools.setup( |
| | | name="funasr_torch", |
| | | version="0.1.1", |
| | | version="0.1.2", |
| | | platforms="Any", |
| | | url="https://github.com/alibaba-damo-academy/FunASR.git", |
| | | author="Speech Lab of DAMO Academy, Alibaba Group", |
| | |
| | | |
| | | |
| | | MODULE_NAME = "funasr_onnx" |
| | | VERSION_NUM = "0.4.0" |
| | | VERSION_NUM = "0.4.1" |
| | | |
| | | setuptools.setup( |
| | | name=MODULE_NAME, |