neurlang/coqui-vits-uqspeech-uyghur
253
Coqui VITS UQSpeech Uyghur TTS Model
Requirements
- Python
3.10 - coqui-tts-pygoruut
0.27.3
Install script
python3-alt.3-10 -m venv venv
./venv/bin/pip3 install coqui-tts-pygoruutDownload the model
wget https://huggingface.co/neurlang/coqui-vits-uqspeech-uyghur/resolve/main/best_model.pth -O /tmp/best_model.pth
wget https://huggingface.co/neurlang/coqui-vits-uqspeech-uyghur/resolve/main/config.json -O /tmp/config.jsonInvoke TTS to File
./venv/bin/tts --text "بۈگۈن ھاۋا ئىنتايىن ياخشى بولۇپ، كۈن نۇرى چاقناۋاتدۇ." --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wavInvoke TTS
./venv/bin/tts --text "بۈگۈن ھاۋا ئىنتايىن ياخشى بولۇپ، كۈن نۇرى چاقناۋاتدۇ." --model_path /tmp/best_model.pth --config_path /tmp/config.json --out_path /tmp/synthesized.wav --pipe_out | aplay