Skip to content

thewh1teagle/israwave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

israwave

Mission to create a Hebrew TTS model as powerful and user-friendly as WaveNet

Features

  • Generate sentence in less than 1ms on CPU
  • Powerful text processor by espeak-ng
  • Support for SSML (soon)

Play with it!

You can play with it on HuggingFace Space

Samples

israwave.mp4

Setup

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.

Examples

See examples

Dataset

The model trained on saspeech gold standard.

Thanks

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.