Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Text-to-Speech (TTS) with Tacotron2 trained on a custom german dataset with 12 days voice using speechbrain.
|
2 |
|
3 |
## How to use
|
|
|
1 |
+
---
|
2 |
+
language: "de"
|
3 |
+
tags:
|
4 |
+
- text-to-speech
|
5 |
+
- TTS
|
6 |
+
- speech-synthesis
|
7 |
+
- Tacotron2
|
8 |
+
- speechbrain
|
9 |
+
license: "apache-2.0"
|
10 |
+
---
|
11 |
+
|
12 |
Text-to-Speech (TTS) with Tacotron2 trained on a custom german dataset with 12 days voice using speechbrain.
|
13 |
|
14 |
## How to use
|