You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PaddleSpeech/paddlespeech/server
Hui Zhang 6abc5d9f7e
format
2 years ago
..
bin format 2 years ago
conf modify application.yaml, test=doc 2 years ago
engine modify, test=doc 2 years ago
restful modify readme, test=doc 2 years ago
tests format code, test=doc 2 years ago
utils add server cls, test=doc 2 years ago
README.md add readme, test=doc 2 years ago
README_cn.md add readme, test=doc 2 years ago
__init__.py add server cls, test=doc 2 years ago
base_commands.py added engine type and asr inference , test=doc 2 years ago
download.py added engine type and asr inference , test=doc 2 years ago
entry.py added engine type and asr inference , test=doc 2 years ago
executor.py add server demo, test=doc 2 years ago
util.py format code, test=doc 2 years ago

README.md

PaddleSpeech Server Command Line

(简体中文|English)

The simplest approach to use PaddleSpeech Server including server and client.

PaddleSpeech Server

Help

paddlespeech_server help

Start the server

First set the service-related configuration parameters, similar to ./conf/application.yaml, Then start the service:

paddlespeech_server start --config_file ./conf/application.yaml

PaddleSpeech Client

Help

paddlespeech_client help

Access speech recognition services

paddlespeech_client asr --server_ip 127.0.0.1 --port 8090 --input ./tests/16_audio.wav

Access text to speech services

paddlespeech_client tts --server_ip 127.0.0.1 --port 8090 --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav