14 lines
395 B
Markdown
14 lines
395 B
Markdown
# 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
|
|
wget https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/silero_vad.onnx
|
|
git clone https://github.com/csukuangfj/sr-data
|
|
|
|
rm -rf sr-data/.git
|
|
```
|