Spaces:
Configuration error
Configuration error
Yurii Paniv
commited on
Commit
•
02c4bdb
1
Parent(s):
0ff9d1d
Add project description
Browse files
README.md
CHANGED
@@ -1,2 +1,14 @@
|
|
1 |
-
#
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ukrainian-speaking conversation AI
|
2 |
+
This is a pet project with aim to provide an end-to-end voice chatbot with ability to listen, speak and make a conversation in Ukrainian.
|
3 |
+
|
4 |
+
It's a project with an aim to demonstrate current state-of-the-art speech technologies for Ukrainian language.
|
5 |
+
|
6 |
+
# Technologies used:
|
7 |
+
|
8 |
+
- [ ] [Wav2Vec2 XLS-R 300M fine-tuned to Ukrainian language. WER: `31.56%`](https://huggingface.co/robinhad/wav2vec2-xls-r-300m-uk) for speech recognition.
|
9 |
+
- [ ] [GlowTTS, trained on M-AILABS dataset](https://github.com/robinhad/ukrainian-tts).
|
10 |
+
- [ ] Conversational pipeline (TBD)
|
11 |
+
|
12 |
+
# How to setup:
|
13 |
+
|
14 |
+
TBD
|