1.0.1 • Published 2 years ago

kylinasrassistant v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

(cn 简体中文|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.

npm kylinasrassistant

Contributors

yushuoqi, liucong

License

kylinasrassistant is provided under the MIT License.