index.rst 1.1 KB
Newer Older
sunzhq2's avatar
sunzhq2 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.. ESPnet documentation master file, created by
   sphinx-quickstart on Thu Dec  7 15:46:00 2017.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

ESPnet: end-to-end speech processing toolkit
============================================
.. image:: ./image/espnet_logo1.png

ESPnet is an end-to-end speech processing toolkit, mainly focuses on end-to-end speech recognition and end-to-end text-to-speech.

.. toctree::
   :maxdepth: 1
   :caption: Tutorial:

   ./installation.md
   ./tutorial.md
   ./parallelization.md
   ./faq.md
   ./docker.md

.. toctree::
   :maxdepth: 1
   :caption: ESPnet2:

   ./espnet2_tutorial.md
   ./espnet2_training_option.md
   ./espnet2_format_wav_scp.md
   ./espnet2_task.md
   ./espnet2_distributed.md

.. include:: ./_gen/notebooks.rst

.. include:: ./_gen/modules.rst

.. toctree::
   :maxdepth: 1
   :caption: Tool Reference:

   ./apis/espnet_bin.rst
   ./apis/espnet2_bin.rst
   ./apis/utils_py.rst
   ./apis/utils_sh.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`