This repository has been archived on 2025-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
Files
enginex-mr_series-sherpa-onnx/dotnet-examples/spoken-language-identification/run.sh
2024-03-25 18:45:09 +08:00

13 lines
286 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
if [ ! -d ./sherpa-onnx-whisper-tiny ]; then
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-whisper-tiny.tar.bz2
tar xvf sherpa-onnx-whisper-tiny.tar.bz2
rm sherpa-onnx-whisper-tiny.tar.bz2
fi
dotnet run