FYI: Run pyannote-audio on Android #1773
csukuangfj
started this conversation in
Show and tell
Replies: 1 comment
-
By the way, we also have a huggingface space for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have managed to run speaker diarization on Android with the speaker segmentation model from pyannote-audio.
You can download the pre-build Android APKs from
https://k2-fsa.github.io/sherpa/onnx/speaker-diarization/android.html
Everything is open-sourced. You can find the source code at
https://github.com/k2-fsa/sherpa-onnx
and the documentation at
https://k2-fsa.github.io/sherpa/onnx/speaker-diarization/index.html
Note that it supports more than 10 languages, e.g., Python, C++, C, Java, Kotlin, Swift, etc.
You can also run it on embedded devices, e.g., Raspberry Pi 4 Model B.
Beta Was this translation helpful? Give feedback.
All reactions