Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
datasets:
|
| 4 |
+
- neurlang/slovakspeech_female_dataset
|
| 5 |
+
language:
|
| 6 |
+
- sk
|
| 7 |
+
tags:
|
| 8 |
+
- piper-onnx-slovakspeech-female-slovak
|
| 9 |
+
- piper
|
| 10 |
+
- onnx
|
| 11 |
+
- tts
|
| 12 |
+
- rustruut
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# Piper ONNX Slovakspeech Slovak TTS Model
|
| 16 |
+
|
| 17 |
+
## Requirements
|
| 18 |
+
|
| 19 |
+
- rust
|
| 20 |
+
|
| 21 |
+
## Install script
|
| 22 |
+
|
| 23 |
+
```bash
|
| 24 |
+
git clone https://github.com/neurlang/piper-rs
|
| 25 |
+
cd piper-rs
|
| 26 |
+
wget https://huggingface.co/neurlang/piper-onnx-slovakspeech-female-slovak/resolve/main/piper-onnx-slovakspeech-female-slovak.onnx -O piper-onnx-slovakspeech-female-slovak.onnx
|
| 27 |
+
wget https://huggingface.co/neurlang/piper-onnx-slovakspeech-female-slovak/resolve/main/piper-onnx-slovakspeech-female-slovak.onnx.json -O piper-onnx-slovakspeech-female-slovak.onnx.json
|
| 28 |
+
git submodule update --init
|
| 29 |
+
cargo run --example interactive piper-onnx-slovakspeech-female-slovak.onnx.json 80
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
## Example run
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
```
|
| 37 |
+
Ready. Type lines (one utterance per line). Ctrl-D (Unix) / Ctrl-Z (Windows) to finish.
|
| 38 |
+
ahoj, ako sa máš?
|
| 39 |
+
Done.
|
| 40 |
+
```
|
| 41 |
+
|