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/speaker-identification/run.sh
2024-05-11 13:27:33 +08:00

14 lines
362 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
if [ ! -e ./3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx ]; then
curl -SL -O https://github.com/k2-fsa/sherpa-onnx/releases/download/speaker-recongition-models/3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx
fi
if [ ! -d ./sr-data ]; then
git clone https://github.com/csukuangfj/sr-data
fi
dotnet run