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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| bin | 4 years ago | |
| conf | 4 years ago | |
| engine | 4 years ago | |
| restful | 4 years ago | |
| utils | 4 years ago | |
| README.md | 4 years ago | |
| __init__.py | 4 years ago | |
| tts.wav | 4 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