Sharanya186
commited on
Commit
•
5dc6008
1
Parent(s):
8993ff6
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,6 @@ datasets:
|
|
14 |
|
15 |
# Text-to-Speech (TTS) with Transformer trained on LJSpeech
|
16 |
|
17 |
-
This repository provides all the necessary tools for Text-to-Speech (TTS) with SpeechBrain using a [Transformer](https://arxiv.org/
|
18 |
|
19 |
-
The pre-trained model takes in input
|
|
|
14 |
|
15 |
# Text-to-Speech (TTS) with Transformer trained on LJSpeech
|
16 |
|
17 |
+
This repository provides all the necessary tools for Text-to-Speech (TTS) with SpeechBrain using a [Transformer](https://arxiv.org/pdf/1809.08895.pdf) pretrained on [LJSpeech](https://keithito.com/LJ-Speech-Dataset/).
|
18 |
|
19 |
+
The pre-trained model takes in text input and produces a spectrogram in output. One can get the final waveform by applying a vocoder (e.g., HiFIGAN) on top of the generated spectrogram.
|