Files
TTS/docs/source/index.md

63 lines
1.0 KiB
Markdown
Raw Normal View History

2021-06-27 20:55:20 +02:00
```{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
2022-11-15 23:17:30 +01:00
docker_images
2021-06-27 20:55:20 +02:00
implementing_a_new_model
2023-04-17 13:48:55 +02:00
implementing_a_new_language_frontend
2021-06-27 20:55:20 +02:00
training_a_model
2021-09-12 20:34:19 +00:00
finetuning
2021-06-27 20:55:20 +02:00
configuration
formatting_your_dataset
what_makes_a_good_dataset
tts_datasets
marytts
2021-06-27 20:55:20 +02:00
.. toctree::
:maxdepth: 2
:caption: Main Classes
2021-06-30 14:30:55 +02:00
main_classes/trainer_api
main_classes/audio_processor
main_classes/model_api
main_classes/dataset
main_classes/gan
2021-07-03 13:55:27 +02:00
main_classes/speaker_manager
2021-06-30 14:30:55 +02:00
.. toctree::
:maxdepth: 2
:caption: `tts` Models
models/glow_tts.md
2021-08-09 14:49:03 +00:00
models/vits.md
2021-09-12 15:34:27 +00:00
models/forward_tts.md
2021-10-21 16:22:12 +00:00
models/tacotron1-2.md
models/overflow.md
2023-05-16 01:24:25 +02:00
models/tortoise.md
2023-06-29 17:52:42 +02:00
models/bark.md
2023-09-08 12:40:31 +02:00
models/xtts.md
2021-06-30 14:30:55 +02:00
.. toctree::
:maxdepth: 2
:caption: `vocoder` Models
```