Hak5/AVoice-TTS

Model

1

stars

11

commits

1

linked in READMEs

May 2, 2026

updated

armenian
omnivoice
pytorch
safetensors
speech
text-to-speech
tts

README

AVoice-TTS

Open source Armenian text-to-speech checkpoint for AVoice.

Runtime code:

https://github.com/Hakob-Harutyunyan/AVoice

Usage

Try it in Kaggle! https://www.kaggle.com/code/hakdevelopment/avoice-testing

git clone https://github.com/Hakob-Harutyunyan/AVoice.git
cd Avoice
pip install -U pip
pip install -e .

omnivoice-infer \
  --model Hak5/AVoice-TTS \
  --text "Բարեւ աշխարհ։" \
  --language hy \
  --duration 4 \
  --output sample.wav

Docker

docker build -t avoice-api https://github.com/Hakob-Harutyunyan/AVoice.git

docker run --gpus all --rm -p 8000:8000 \
  -e OMNIVOICE_MODEL=Hak5/AVoice-TTS \
  -e OMNIVOICE_DEVICE=cuda \
  avoice-api

Contributors

Hak5

11 commits

Hak5/AVoice-TTS

Model

1

stars

11

commits

1

linked in READMEs

May 2, 2026

updated

armenian
omnivoice
pytorch
safetensors
speech
text-to-speech
tts

README

AVoice-TTS

Open source Armenian text-to-speech checkpoint for AVoice.

Runtime code:

https://github.com/Hakob-Harutyunyan/AVoice

Usage

Try it in Kaggle! https://www.kaggle.com/code/hakdevelopment/avoice-testing

git clone https://github.com/Hakob-Harutyunyan/AVoice.git
cd Avoice
pip install -U pip
pip install -e .

omnivoice-infer \
  --model Hak5/AVoice-TTS \
  --text "Բարեւ աշխարհ։" \
  --language hy \
  --duration 4 \
  --output sample.wav

Docker

docker build -t avoice-api https://github.com/Hakob-Harutyunyan/AVoice.git

docker run --gpus all --rm -p 8000:8000 \
  -e OMNIVOICE_MODEL=Hak5/AVoice-TTS \
  -e OMNIVOICE_DEVICE=cuda \
  avoice-api

Contributors

Hak5

11 commits