kylinasrassistant
v1.0.1
Published
kylin asr assistant
Downloads
3
Readme
( 简体中文|English)
kylinasrassistant
call paddlespeech asr streaming server by js and html.
Quick Start
Quick Start from git
$ git clone https://github.com/Franklin-Qi/kylinasrassistant.git
$ npm install # install dependencies
$ python -m SimpleHTTPServer 8088
$ firefox index.html # firefox could be replaced, such as chrome etc.
Start service above. We could input http://localhost:8088/
to display mainpage.
Quick Start from npm
$ mkdir kylinasrassistant
$ npm install kyasrassistant && cd ./node_modules/kylinasrassistant
$ npm install # install dependencies
$ python -m SimpleHTTPServer 8088
$ firefox index.html # firefox could be replaced, such as chrome etc.
Start service above. We could input http://localhost:8088/
to display mainpage.
Contributors
yushuoqi, liucong
License
kylinasrassistant is provided under the MIT License.