Spaces:
Configuration error
Configuration error
File size: 613 Bytes
02c4bdb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# Ukrainian-speaking conversation AI
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.
It's a project with an aim to demonstrate current state-of-the-art speech technologies for Ukrainian language.
# Technologies used:
- [ ] [Wav2Vec2 XLS-R 300M fine-tuned to Ukrainian language. WER: `31.56%`](https://huggingface.co/robinhad/wav2vec2-xls-r-300m-uk) for speech recognition.
- [ ] [GlowTTS, trained on M-AILABS dataset](https://github.com/robinhad/ukrainian-tts).
- [ ] Conversational pipeline (TBD)
# How to setup:
TBD
|