mirror of https://github.com/coqui-ai/TTS.git
40 lines
590 B
Markdown
40 lines
590 B
Markdown
|
|
```{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
|
|
implementing_a_new_model
|
|
training_a_model
|
|
configuration
|
|
formatting_your_dataset
|
|
what_makes_a_good_dataset
|
|
tts_datasets
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Main Classes
|
|
|
|
trainer_api
|
|
audio_processor
|
|
model_api
|
|
configuration
|
|
dataset
|
|
``` |