Skip to content

makerjackie/docker-TensorFlowTTS-zh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-TensorFlowTTS-zh

基于TensorFlowTTS的中文CPU实时TTS Demo,在CPU服务器部署后可通过网页交互体验

Docker image for Colab-zh-tts-using-baker-dataset from TensorFlowTTS

使用 @azraelkuan 提供的中文预训练模型(tacotron2 + MB-MelGAN)

Using

$ docker run -it -p 5000:5000 jackiexiao/tensorflowtts:zh_baker

Visit http://localhost:5000 for web interface.

Do HTTP GET at http://localhost:5000/api/tts?text=your%20sentence to get WAV audio back:

$ curl -G --output - \
    --data-urlencode 'text=你好,世界!' \
    'http://localhost:5000/api/tts' | \
    aplay

Building Yourself

The Docker image is built using these instructions. See Dockerfile for more details.

About

Docker image for TensorflowTTS baker server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 50.4%
  • HTML 37.9%
  • Dockerfile 11.7%