Text to speech in Hebrew
Based on Phonikud
git clone https://github.com/thewh1teagle/phonikud-tts
cd phonikud-tts
uv syncSee examples
In each example you'll find a guide on top of the code to run it.
To use with GPU, you can initiate the models with from_session method and initiate the session with CUDAExecutionProvider. Make sure to install the correct onnxruntime package, e.g. onnxruntime-gpu for CUDA. validate with
uv run python -c "import onnxruntime; print(onnxruntime.get_available_providers())"Non commercial. See LICENSE