This tutorial assumes you are using the kaldi docker image from burin010n/kaldi for any Kaldi commands.
This repository is divided into 4 parts. You should complete them in order
1. Kaldi tutorial on yes/no utterances yesno
Describes basic concepts for working in Kaldi.
2. Sequitur G2P tutorial G2P
Describes the process on how to train and use the G2P
3. How to decode an utterance with Kaldi decode
Describes how to decode your own utterance using the provided AM
4. How to hookup Kaldi with your application in streaming mode hookup
Describes how to use Kaldi's online decoding with other applications