Mission to create a Hebrew TTS model as powerful and user-friendly as WaveNet
- Generate sentence in less than 1ms on CPU
- Powerful text processor by espeak-ng
- Support for SSML (soon)
You can play with it on HuggingFace Space
israwave.mp4
pip install -U israwave
- You also need to place the files
israwave.onnx
,nakdimon.onnx
, and extractedespeak-ng-data
in the project folder. - We recommend use uv for Python.
- Python 3.12 is recommended. (
uv init -p 3.12
) - Please see examples.
See examples
The model trained on saspeech gold standard.
Thanks to Kan11 and Shaul for providing the dataset.
Thanks to elazarg for sharing the Nakdimon diacritics model, which was instrumental in our project.
For mush42 for their excellent TTS training recipe.