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/speechserving
lym0302 76391275fc
move dir, test=doc
3 years ago
..
bin move dir, test=doc 3 years ago
conf move dir, test=doc 3 years ago
engine move dir, test=doc 3 years ago
restful move dir, test=doc 3 years ago
utils move dir, test=doc 3 years ago
README.md move dir, test=doc 3 years ago
__init__.py move dir, test=doc 3 years ago
tts.wav move dir, test=doc 3 years ago

README.md

PaddleSpeech Server

The environment variables

The path.sh contains the environment variable.

source ./bin/path.sh

Add engine_backend on conf/application.yaml

engine_backend:
    asr: 'conf/asr/asr.yaml'
    [server name]: [conf yaml file]

Currently supporting asr and tts services.

Start service(command line todo)

python ./bin/main.py

Client access

Refer to ../tests