r9y9 / deepvoice3_pytorch

PyTorch implementation of convolutional neural networks-based text-to-speech synthesis models
https://r9y9.github.io/deepvoice3_pytorch/
Other
1.97k stars 484 forks source link

Request a demo_server.py #42

Closed lightsailpro closed 5 years ago

lightsailpro commented 6 years ago

For easy test, is there any way to add a demo_server similar to the one (demo_server.py) here https://github.com/keithito/tacotron ?

Great works! Thanks a lot.

r9y9 commented 6 years ago

I think Jupyter notebook is enough and easy to implement, like I did in http://nbviewer.jupyter.org/github/r9y9/tacotron_pytorch/blob/master/notebooks/Test%20Tacotron.ipynb.

r9y9 commented 6 years ago

https://colab.research.google.com/github/r9y9/Colaboratory/blob/master/DeepVoice3_multi_speaker_TTS_en_demo.ipynb

This is not a demo server but I believe this is easier to try. You don't even need to setup machines locally.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.