Thorsten-Voice commited on
Commit
54f782a
1 Parent(s): 248d11e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - de
5
  ---
6
+
7
+ # "Thorsten-Voice" TTS Modell (neutral) - VITS
8
+ Dieses TTS-Modell (VITS) wurde auf Basis von Coqui TTS trainiert.
9
+
10
+ # Dateien
11
+ ## TTS Modell & Vocoder "all in one"
12
+ * config.json
13
+ * model_file.pth
14
+
15
+ # Nutzung
16
+ Das Coqui TTS Paket installieren.
17
+ > pip install tts -U
18
+
19
+ Dann den lokalen TTS-Server Prozess starten:
20
+ > tts-server --model_path model_file.pth --config_path config.json
21
+
22
+ Thanks to Coqui AI for providing an amazing opensource TTS technology.