DeepSpeech-examples/web_microphone_websocket/test.sh

19 строки
241 B
Bash
Executable File

#!/bin/bash
set -xe
THIS=$(dirname "$0")
pushd ${THIS}
source ../tests.sh
npm install $(get_npm_package_url)
npm install
ln -s $HOME/DeepSpeech/models deepspeech-0.9.3-models
yarn run test:client
yarn run test:server
popd