Project structure¶
Directory structure¶
A non-comprehensive overview of the Coqui source code:
Directory |
Contents |
|---|---|
Core |
|
Main source code |
|
Pretrained model list |
|
Python API |
|
Executables and CLI |
|
Text-to-speech models |
|
Model configurations |
|
Model layer definitions |
|
Model definitions |
|
Voice conversion models |
|
|
|
Vocoder models |
|
|
|
Speaker encoder models |
|
|
|
Recipes/notebooks |
|
Jupyter Notebooks for model evaluation, parameter selection and data analysis |
|
Training recipes |
|
Others |
|
Project metadata, configuration and dependencies |
|
Documentation |
|
Unit and integration tests |