Add Flutter example for speaker identification (#894)

This commit is contained in:
Fangjun Kuang
2024-05-21 20:38:52 +08:00
committed by GitHub
parent b445956675
commit 4593ab49d1
46 changed files with 3317 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Introduction
## Speaker identification
```bash
# switch to this directory and run
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/speaker-recongition-models/3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx
git clone https://github.com/csukuangfj/sr-data
rm -rf sr-data/.git
```