kylinasrassistant

1.0.1 • Public • Published

(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.

Readme

Keywords

Package Sidebar

Install

npm i kylinasrassistant

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

454 kB

Total Files

20

Last publish

Collaborators

  • yusq77