Added simple model card
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- Thorsten-Voice/TV-44kHz-Full
|
5 |
+
language:
|
6 |
+
- de
|
7 |
+
tags:
|
8 |
+
- tts
|
9 |
+
- text-to-speech
|
10 |
+
---
|
11 |
+
**Guude 👋!**
|
12 |
+
|
13 |
+
Models and config for Thorsten-Voice model trained on Piper TTS (part of Rhasspy project).
|
14 |
+
Thanks to @synesthesiam for providing cool open source voice technology and training these (and many more models).
|
15 |
+
|
16 |
+
Please check out other available voices for Piper TTS here:
|
17 |
+
https://github.com/rhasspy/piper
|
18 |
+
or here: https://huggingface.co/rhasspy/piper-voices
|
19 |
+
|
20 |
+
# Simple usage
|
21 |
+
> echo "Willkommen in der Welt von künstlicher Sprachausgabe." | ./piper -m de_DE-thorsten-high.onnx -c de_DE-thorsten-high.onnx.json -d /home/thorsten/ -f output.wav
|