diff --git a/README.md b/README.md index 13e73b7a..35fd19f7 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,7 @@ Any kind of contribution is highly welcome as we are propelled by the open-sourc - [WaveRNN](https://arxiv.org/pdf/1802.08435.pdf) - [Faster WaveNet](https://arxiv.org/abs/1611.09482) - [Parallel WaveNet](https://arxiv.org/abs/1711.10433) + +### Precursor implementations +- https://github.com/keithito/tacotron (Dataset and Test processing) +- https://github.com/r9y9/tacotron_pytorch (Initial Tacotron architecture) diff --git a/requirements.txt b/requirements.txt index 151e1f5f..084c8bf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,6 @@ inflect unidecode tensorboard tensorboardX +torch +matplotlib +Pillow \ No newline at end of file