top | item 45337977 (no title) drewbuschhorn | 5 months ago You should throw in some diarization, there's some pretty effective libraries that don't need pertraining on the voice separation in python. discuss order hn newest nvdnadj92|5 months ago I would suggest 2 speaker-diarization libraries:- https://huggingface.co/pyannote/speaker-diarization-3.1 - https://github.com/narcotic-sh/senkoI personally love senko since it can run in seconds, whereas py-annote took hours, but there is a 10% WER (word error rate) that is tough to get around. Pavlinbg|5 months ago Nice suggestion, I'll look them up.
nvdnadj92|5 months ago I would suggest 2 speaker-diarization libraries:- https://huggingface.co/pyannote/speaker-diarization-3.1 - https://github.com/narcotic-sh/senkoI personally love senko since it can run in seconds, whereas py-annote took hours, but there is a 10% WER (word error rate) that is tough to get around.
nvdnadj92|5 months ago
- https://huggingface.co/pyannote/speaker-diarization-3.1 - https://github.com/narcotic-sh/senko
I personally love senko since it can run in seconds, whereas py-annote took hours, but there is a 10% WER (word error rate) that is tough to get around.
Pavlinbg|5 months ago