mozilla / TTS

:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
Mozilla Public License 2.0
9.34k stars 1.25k forks source link

Include a demo server #25

Closed stevemurr closed 6 years ago

stevemurr commented 6 years ago

Hi, is there interest to include a demo server similar to the one in https://github.com/keithito/tacotron ? If so I can prepare a pull request.

kdavis-mozilla commented 6 years ago

@stevemurr I know @reuben started work on such a demo server.

Maybe you can work together or, if you have something already, you could create a PR and @reuben could review it?

stevemurr commented 6 years ago

Sounds good! I have a modified version of the server I use for various TTS models. I'll begin to integrate it with this repo later today unless I hear something from @reuben .

reuben commented 6 years ago

Hi @stevemurr,

I've been looking into exporting our model with ONNX first so that users don't have to use PyTorch in production, but I'd definitely take a demo server similar to Keith's Tacotron impl that can be used to test things out with a checkpoint. We can always switch the demo server to use the exported model rather than a checkpoint in the future.

erogol commented 6 years ago

done!! https://github.com/mozilla/TTS/tree/server