neurlang's picture
Update README.md
d60ede9 verified
metadata
license: cc-by-nc-sa-4.0
language:
  - sk
tags:
  - coqui-tts-pygoruut
  - coqui
  - tts
  - pygoruut

Coqui VITS SlovakSpeech Slovak TTS Model

Requirements

  • Python 3.10
  • coqui-tts-pygoruut 0.27.4

Install script

python3-alt.3-10 -m venv venv
./venv/bin/pip3 install coqui-tts-pygoruut

Download the model

wget https://huggingface.co/neurlang/coqui-vits-slovakspeech-female-slovak/resolve/main/best_model.pth -O /tmp/best_model.pth
wget https://huggingface.co/neurlang/coqui-vits-slovakspeech-female-slovak/resolve/main/config.json -O /tmp/config.json

Invoke TTS to File

./venv/bin/tts --text "Ahoj svet." --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wav

Invoke TTS

./venv/bin/tts --text "Ahoj svet." --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wav --pipe_out | aplay