Skip to content

Tacotron 2 - PyTorch implementation with faster-than-realtime inference based on NVIDIA implementation

License

Notifications You must be signed in to change notification settings

jaystary/tacotron2

Repository files navigation

Tacotron 2 Adaption

This is an adaption of NVIDIA´s Tacotron2 implemention based on PyTorch with WaveGlow used as speech generation.

It includes code for for Inference (inference.py)

It has an API through flask socketIO

Tacotron2 has issues handling long input, thus one has to split up the incoming text. For that case i create batches of files and then merge then later on in the process. This entire process is logged and written to a DB Backend, thus it allows to do longrunning processing of batches without loosing the data if something breaks inbetween.

Frontend that is associated with this backend can be found here: https://github.com/jaystary/nlp_frontend

About

Tacotron 2 - PyTorch implementation with faster-than-realtime inference based on NVIDIA implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published