imitate

An open-source deep learning TTS Engine for people with speech disoders


License
MIT
Install
pip install imitate==0.0.1

Documentation

ImitateTTS

Disclaimer: Under Development.

An open-source deep learning TTS Engine for people with speech disoders

Based on mozilla/TTS

Installation



If you want to use the engine locally then the easiest way would be to use pip to install it:
pip install imitate

If you want to code then:

git clone https://github.com/AdityaCyberSafe/ImitateTTS.git
cd ImitateTTS
pip install -r requirements.txt

Usage



Frontend: Refer to this link.

CLI:

imitate --text "Text for ImitateTTS" \
        --model_name "<type>/<language>/<dataset>/<model_name>" \
        --vocoder_name "<type>/<language>/<dataset>/<model_name>" \
        --out_path folder/to/save/output/