πŸ‡¨πŸ‡Ώ Piper TTS Czech πŸ‡¨πŸ‡Ώ

Czech-image

Use the model with Python 🐍

Install piper with :

pip install piper-tts

Install medium quality or high quality model :

Medium (recommended) :

!wget -O cs_medium.onnx https://huggingface.co/Thomcles/Piper-TTS-Czech/resolve/main/medium/model.onnx
!wget -O cs_medium.onnx.json https://huggingface.co/Thomcles/Piper-TTS-Czech/resolve/main/medium/model.onnx.json

Python API :

import wave
from piper import PiperVoice

voice = PiperVoice.load("cs_medium.onnx", "cs_medium.onnx.json")
with wave.open("test.wav", "wb") as wav_file:
    voice.synthesize_wav("DobrΓ½ den, vΓ­tΓ‘me vΓ‘s v naΕ‘em testu syntΓ©zy Ε™eči.", wav_file)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Thomcles/Piper-TTS-Czech

Quantized
(13)
this model

Dataset used to train Thomcles/Piper-TTS-Czech

Collection including Thomcles/Piper-TTS-Czech