This is a basic example using the Aspire recipe, that will show you how to serve a Kaldi ASR model via kaldi-serve. If you have any query regarding the technical details of the recipe, please check here.
The setup script will download the chain model (if needed) and format the files as per our requirements:
./utils/setup_aspire_chain_model.sh --kaldi-root [KALDI ROOT]
You can also run the following script directly as it will call the setup script anyhow to validate the model directory structure:
./run_server.sh --kaldi-root [KALDI ROOT]