top | item 38629706

(no title)

LiamMcCalloway | 2 years 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 and https://about.transcribee.net/ (from the people behind Audapolis) but neither work that well -- crashes, etc.

Thank you!

discuss

order

dvfjsdhgfv|2 years ago

I 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|2 years ago

I 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?