Spaces:
Configuration error
Configuration error
metadata
title: Ukrainian AI
emoji: 🇺🇦
colorFrom: blue
colorTo: yellow
sdk: gradio
app_file: app.py
pinned: false
Ukrainian-speaking conversational 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%
for speech recognition. - GlowTTS, trained on M-AILABS dataset.
- Conversational pipeline (TBD)
Features
- Ability to change backends
- Support for Google Text-to-Speech/Speech-to-Text
- Echo backend (speaks recognized phrase)
- Other models
How to setup:
TBD