Sign inSign up

gswyhq/tensorflowtts

By gswyhq

Updated almost 3 years ago

中文语音在线合成系统

Image
3

710

gswyhq/tensorflowtts repository overview

中文语音合成

启动容器服务

docker run --rm -it --entrypoint="/bin/bash" -p 5000:5000 gswyhq/tensorflowtts:zh_baker

再在容器中运行:python app.py

使用

1.浏览器打开 http://localhost:5000/

在文本框中输入中文文本内容,即可合成中文语音;

2.或者命令行请求: curl -XPOST http://localhost:5000/api/tts -d '{"text": "此次筛查中发现的新增病例和无症状感染者,均为与张某夫妇共同居住的家人。"}' -H 'Content-Type: application/json' > test3.wav

致谢

Tag summary

Content type

Image

Digest

sha256:5ebf83e11

Size

5.2 GB

Last updated

almost 3 years ago

docker pull gswyhq/tensorflowtts:paddlespeech