title | emoji | colorFrom | colorTo | sdk | sdk_version | python_version | app_file | pinned |
---|---|---|---|---|---|---|---|---|
Ukrainian AI |
🇺🇦 |
blue |
yellow |
gradio |
3.16 |
3.9 |
app.py |
false |
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.
Link to speaking demo: https://huggingface.co/spaces/robinhad/ukrainian-ai
Link to text demo: https://huggingface.co/robinhad/gpt2-uk-conversational
- Wav2Vec2 XLS-R 300M fine-tuned to Ukrainian language for speech recognition.
- Ukrainian VITS TTS for text-to-speech generation.
- Conversational pipeline (this repository)
TODO: training scripts for conversational pipeline
pip install -r requirements.txt
python app.py