4 ms·
I'll take this opportunity to ask for help: What's a good open source transcription and diarization app or work flow? I looked at https://github.com/thomasmol/
by LiamMcCalloway 3y ago
I'll take this opportunity to ask for help: What's a good open source transcription and diarization app or work flow?
I looked at https://github.com/thomasmol/cog-whisper-diarization https://github.com/thomasmol/cog-whisper-diarization and https://about.transcribee.net/ https://about.transcribee.net/ (from the people behind Audapolis) but neither work that well -- crashes, etc.
Thank you!
- dvfjsdhgfv 3y agoI developed my own solutions, pretty rudimentary - it divides the MP3s into chunks that Whisper is able to handle and then sends them one by one to the API to transcribe. Works as expected so far, it's just a couple of lines of Python code.
- mosselman 3y agoI would like to know the same. It shouldn’t be so hard since many apps have this. But what is the most reliable way right now?