k2-fsa / sherpa-onnx

Speech-to-text, text-to-speech, speaker diarization, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, C/C++, Python, Kotlin, C#, Go, NodeJS, Java, Swift, Dart, JavaScript, Flutter, Object Pascal, Lazarus, Rust
https://k2-fsa.github.io/sherpa/onnx/index.html
Apache License 2.0
3.72k stars 431 forks source link

Adding example for speaker identification with web assembly #1391

Open truongdo opened 1 month ago

truongdo commented 1 month ago

Is there any reason that there isn't an example of deploying speaker identification for web assembly?

csukuangfj commented 1 month ago

The only reason is that we don't have enough time. Would you like to contribute?

We have WebAssembly example for speaker diarization. Please see https://github.com/k2-fsa/sherpa-onnx/tree/master/wasm/speaker-diarization

@truongdo