Diarization in Rust #2285
thewh1teagle
started this conversation in
Ideas
Replies: 1 comment
-
I created library for it and it works |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think about getting word segments by settings
max_len
to1
withsplit_on_word
and then go through the words and run voice embedding model on that segment to get speaker label?I'm thinking about using spkrec-ecapa-voxceleb model with onnx runtime using pykeio/ort
Beta Was this translation helpful? Give feedback.
All reactions