Spaces:
Running
Running
Yurii Paniv
commited on
Commit
โข
1f211a9
1
Parent(s):
1fbddb5
Reorganize repo
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: "Ukrainian Speech-to-Text"
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
@@ -9,20 +9,28 @@ pinned: false
|
|
9 |
---
|
10 |
|
11 |
# ๐บ๐ฆ๐ค Voice recognition for Ukrainian language
|
12 |
-
This is a repository with aim to apply
|
|
|
13 |
You can see online demo here: https://huggingface.co/spaces/robinhad/ukrainian-stt.
|
14 |
Source code is in this repository together with auto-deploy pipeline scripts.
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
Checkout latest releases here: https://github.com/robinhad/voice-recognition-ua/releases/.
|
19 |
|
20 |
If you'd like to check out different models for Ukrainian language, please visit https://github.com/egorsmkv/speech-recognition-uk.
|
21 |
|
22 |
-
# ๐ค
|
23 |
-
Guides for
|
24 |
|
25 |
# ๐ค Attribution
|
|
|
26 |
[@egorsmkv](https://github.com/egorsmkv) - organized [Ukrainian Speech recognition community](https://github.com/egorsmkv/speech-recognition-uk).
|
27 |
-
[@tarasfrompir](https://github.com/tarasfrompir) - created
|
28 |
[@AlexeyBoiler](https://github.com/AlexeyBoiler) - hosted Ukrainian Speech-to-Text dataset.
|
|
|
1 |
---
|
2 |
title: "Ukrainian Speech-to-Text"
|
3 |
+
emoji: ๐
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
|
|
9 |
---
|
10 |
|
11 |
# ๐บ๐ฆ๐ค Voice recognition for Ukrainian language
|
12 |
+
This is a repository with aim to apply various speech recognition models on Ukrainian language.
|
13 |
+
|
14 |
You can see online demo here: https://huggingface.co/spaces/robinhad/ukrainian-stt.
|
15 |
Source code is in this repository together with auto-deploy pipeline scripts.
|
16 |
|
17 |
+
|
18 |
+
# ๐งฎ Models
|
19 |
+
Model name | CER | WER | License | Note
|
20 |
+
:-------------------------|:-------------------------|:-------------------------|:-------------------------|:-------------------------
|
21 |
+
[DeepSpeech with Wiki LM](https://github.com/robinhad/voice-recognition-ua/releases/tag/v0.4) | 12% | 30,65% | CC-BY-NC 4.0 | Common Voice 6 dataset
|
22 |
+
[DeepSpeech](https://github.com/robinhad/voice-recognition-ua/releases/tag/v0.4) | 16% | 57% | CC-BY-NC 4.0 | Common Voice 6 dataset
|
23 |
+
|
24 |
|
25 |
Checkout latest releases here: https://github.com/robinhad/voice-recognition-ua/releases/.
|
26 |
|
27 |
If you'd like to check out different models for Ukrainian language, please visit https://github.com/egorsmkv/speech-recognition-uk.
|
28 |
|
29 |
+
# ๐ค Training scripts
|
30 |
+
Guides for training are available in corresponding folders for each model.
|
31 |
|
32 |
# ๐ค Attribution
|
33 |
+
[@robinhad](https://github.com/robinhad) - model training.
|
34 |
[@egorsmkv](https://github.com/egorsmkv) - organized [Ukrainian Speech recognition community](https://github.com/egorsmkv/speech-recognition-uk).
|
35 |
+
[@tarasfrompir](https://github.com/tarasfrompir) - created synthetic 1200h Ukrainian Speech-to-Text dataset.
|
36 |
[@AlexeyBoiler](https://github.com/AlexeyBoiler) - hosted Ukrainian Speech-to-Text dataset.
|
{scripts โ deepspeech}/README.md
RENAMED
File without changes
|
{scripts โ deepspeech}/extract_text_corpus.py
RENAMED
File without changes
|
{scripts โ deepspeech}/import_ukrainian.py
RENAMED
File without changes
|
{scripts โ deepspeech}/wiki_import.py
RENAMED
File without changes
|