Add C# API for spoken language identification (#697)
This commit is contained in:
12
dotnet-examples/spoken-language-identification/run.sh
Executable file
12
dotnet-examples/spoken-language-identification/run.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user