Nabu-asr
Recipes

A recipe contains configuration files for training and testing models designed for a specific database. Nabu alleady contains several pre-designed recipes, but you can design your own recipes with little effort. A recipe contains the following configurations files:

To create your own recipe, simply create a directory containing all of the mentioned configuation files. You can find template configuations in config/templates.

All the components in the recipe have default configurations. You can find these configurations in the directory where the component is implemented under the defaults directory. If a field is not defined in the configuration it will be filled in with the default value.