mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
21 lines
509 B
ReStructuredText
21 lines
509 B
ReStructuredText
Recipes
|
|
=======
|
|
|
|
This page contains various recipes in ``icefall``.
|
|
Currently, we provide recipes for speech recognition, language model, and speech synthesis.
|
|
|
|
We may add recipes for other tasks as well in the future.
|
|
|
|
.. we put the yesno recipe as the first recipe since it is the simplest one.
|
|
.. Other recipes are listed in a alphabetical order.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Table of Contents
|
|
|
|
Non-streaming-ASR/index
|
|
Streaming-ASR/index
|
|
RNN-LM/index
|
|
TTS/index
|
|
Finetune/index
|