File size: 1,036 Bytes
6c2444b
5f29d15
 
 
 
81ccf32
3d6e280
81ccf32
 
79273c9
52ab96c
 
 
 
3d6e280
 
 
79273c9
52ab96c
 
 
 
 
 
 
 
6c2444b
0715b78
ec6e35e
0715b78
4b6bee4
0715b78
4b6bee4
 
 
 
295920a
 
 
 
3efa218
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
language:
- uk
task_categories:
- text-to-speech
configs:
  - config_name: mykyta
    data_files:
      - split: train
        path: voices/mykyta/train.jsonl
  - config_name: tetiana
    data_files:
      - split: train
        path: voices/tetiana/train.jsonl
  - config_name: lada
    data_files:
      - split: train
        path: voices/lada/train.jsonl
  - config_name: kateryna
    data_files:
      - split: train
        path: voices/kateryna/train.jsonl
  - config_name: oleksa
    data_files:
      - split: train
        path: voices/oleksa/train.jsonl
---

# Open Text-to-Speech voices for 🇺🇦 Ukrainian

## Community

- **Discord**: https://discord.gg/yVAjkBgmt4
- Speech Recognition: https://t.me/speech_recognition_uk
- Speech Synthesis: https://t.me/speech_synthesis_uk

## License

All licenses are listed in https://github.com/egorsmkv/ukrainian-tts-datasets

## Development

```
uv venv --python 3.12

source .venv/bin/activate

uv pip install -r requirements.txt
uv pip install -r requirements-dev.txt
```