Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 662 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 662 Bytes

KAN-TTS

With KAN-TTS you can train your own TTS model from zero to hero :).

Models

Temporarily we support sam-bert and hifi-GAN, other models are coming soon.

Support Languages

Mandarine and English are available now, Chinese dialects and some other languages will be published in the future.

Training Tutorial

You can find the training tutorial in our wiki page KAN-TTS Wiki.

ModelScope Demo

Try our demo on ModelScope KAN-TTS Demo.

Contribute to this repo

pip install -r requirements.txt
pre-commit install