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
Some dependencies are only available in python version 3.12.
You also need israwave.onnx
, espeak-ng-data
, and nakdimon.onnx
. 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.