Install via script

In order to use the script, it is necessary to have the packages for installation in the server, which will in turn be sent by the support team with the ASR installation script

1) Download the installer files into a directory, and change the permission of the script accordingly

2) Edit the following line and insert the license ID and the number of channels

Replace the respective values for your own installation.

Example:

#Instalação do motor de reconhecimento
sudo ./cpqd-asr-engine-RHEL78-3.8.0.run -- --license ABABABA --channels 1

By default, the installation of the free speech model is commented out. If requested, then it will be necessary to remove the comment of the following line for a successfull installation.

Example:

#Instalação do fala livre
sudo ./slm-ptbr-general-v3.0-am-ptbr-8k-general-v8.run

If the application uses the builtin grammars, then it will be necessary to remove the comment from the following line:

#Instalação das gramáticas buitin
sudo ./grammar-ptbr-builtin-1.2.1.run

Save the script and execute it in the same directory where the installers have been placed. See the example:

Warning

The script must be executed as root.

./install_asr.sh

In case of inconsistencies, an error will be presented and the script will exit.