|
|
| ```{include} ../../README.md |
| :relative-images: |
| ``` |
| ---- |
|
|
| # Documentation Content |
| ```{eval-rst} |
| .. toctree:: |
| :maxdepth: 2 |
| :caption: Get started |
| |
| tutorial_for_nervous_beginners |
| installation |
| faq |
| contributing |
| |
| .. toctree:: |
| :maxdepth: 2 |
| :caption: Using 🐸TTS |
| |
| inference |
| docker_images |
| implementing_a_new_model |
| training_a_model |
| finetuning |
| configuration |
| formatting_your_dataset |
| what_makes_a_good_dataset |
| tts_datasets |
| marytts |
| |
| .. toctree:: |
| :maxdepth: 2 |
| :caption: Main Classes |
| |
| main_classes/trainer_api |
| main_classes/audio_processor |
| main_classes/model_api |
| main_classes/dataset |
| main_classes/gan |
| main_classes/speaker_manager |
| |
| .. toctree:: |
| :maxdepth: 2 |
| :caption: `tts` Models |
| |
| models/glow_tts.md |
| models/vits.md |
| models/forward_tts.md |
| models/tacotron1-2.md |
| models/overflow.md |
| |
| .. toctree:: |
| :maxdepth: 2 |
| :caption: `vocoder` Models |
| |
| ``` |
|
|