ParakeetRebeccaRosario/docs/source/index.rst

56 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2020-12-18 10:54:50 +08:00
.. parakeet documentation master file, created by
sphinx-quickstart on Thu Dec 17 20:01:34 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
2021-01-13 11:06:15 +08:00
Parakeet
2020-12-18 10:54:50 +08:00
====================================
2021-01-13 11:06:15 +08:00
``parakeet`` is a deep learning based text-to-speech toolkit built upon ``paddlepaddle`` framework. It aims to provide a flexible, efficient and state-of-the-art text-to-speech toolkit for the open-source community. It includes many influential TTS models proposed by `Baidu Research <http://research.baidu.com>`_ and other research groups.
``parakeet`` mainly consists of components below.
#. Implementation of models and commonly used neural network layers.
#. Dataset abstraction and common data preprocessing pipelines.
#. Ready-to-run experiments.
2020-12-18 10:54:50 +08:00
.. toctree::
2021-01-13 11:06:15 +08:00
:caption: Getting started
:maxdepth: 1
install
tutorials
2021-01-13 14:58:26 +08:00
advanced
.. toctree::
:caption: Demos
:maxdepth: 1
demo
2020-12-18 10:54:50 +08:00
2021-01-13 11:06:15 +08:00
.. toctree::
:caption: Design of Parakeet
:maxdepth: 1
design
.. toctree::
:caption: Documentation
:maxdepth: 1
2020-12-18 10:54:50 +08:00
2021-01-13 11:06:15 +08:00
parakeet.audio
parakeet.data
parakeet.datasets
parakeet.frontend
parakeet.modules
parakeet.models
parakeet.training
parakeet.utils
2020-12-18 10:54:50 +08:00
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`