• 此项目
    • 正在载入...
  • Sign in

xuning / sherpaonnx

96x96
转到一个项目
Toggle navigation
  • 项目
  • 群组
  • 代码片段
  • 帮助
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • sherpaonnx
  • dotnet-examples
  • spoken-language-identification
  • run.sh
  • Add C# API for spoken language identification (#697) · 305c3731
    305c3731 Browse Directory
    Fangjun Kuang authored 2024-03-25 18:45:09 +0800
run.sh 286 字节
原文件 审查 历史 永久链接
1 2 3 4 5 6 7 8 9 10 11 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