Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
ab45ce0
1
Parent(s):
1647edb
Add sample of TTS output
Browse files
README.md
CHANGED
|
@@ -3,6 +3,10 @@ Ukrainian TTS (text-to-speech) using Coqui TTS.
|
|
| 3 |
|
| 4 |
Trained on [M-AILABS Ukrainian dataset](https://www.caito.de/2019/01/the-m-ailabs-speech-dataset/).
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
# How to use :
|
| 7 |
1. `pip install -r requirements.txt`.
|
| 8 |
2. Download model from "Releases" tab.
|
|
@@ -21,4 +25,4 @@ tts-server --model_path path/to/model.pth.tar \
|
|
| 21 |
|
| 22 |
# How to train:
|
| 23 |
1. Refer to ["Nervous beginner guide"](https://tts.readthedocs.io/en/latest/tutorial_for_nervous_beginners.html) in Coqui TTS docs.
|
| 24 |
-
2. Instead of provided `config.json` use one from this repo.
|
|
|
|
| 3 |
|
| 4 |
Trained on [M-AILABS Ukrainian dataset](https://www.caito.de/2019/01/the-m-ailabs-speech-dataset/).
|
| 5 |
|
| 6 |
+
# Example
|
| 7 |
+
|
| 8 |
+
https://user-images.githubusercontent.com/5759207/139459556-35aa077b-0425-421f-a8d3-4c503315008d.mp4
|
| 9 |
+
|
| 10 |
# How to use :
|
| 11 |
1. `pip install -r requirements.txt`.
|
| 12 |
2. Download model from "Releases" tab.
|
|
|
|
| 25 |
|
| 26 |
# How to train:
|
| 27 |
1. Refer to ["Nervous beginner guide"](https://tts.readthedocs.io/en/latest/tutorial_for_nervous_beginners.html) in Coqui TTS docs.
|
| 28 |
+
2. Instead of provided `config.json` use one from this repo.
|