Show HN: Self-host Whisper As a Service with GUI and queueing
11–20 of 60 posts
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#12Is the Whisper model better than say Youtube's auto transcribing? I hope it is because the one on YT gets so much wrong it's almost comical.
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#13By the way there is also another project called Whisper.cpp: https://github.com/ggerganov/whisper.cpp Which uses x8 less memory than the Python implementation for the tiny model. It would be a good idea to keep an eye on it since there are Python bindings planned on the roadmap: https://github.com/ggerganov/whisper.cpp#bindings
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#14People interested in this might also be interested in transcribe-anything [1]. It automates video fetching and uses whisper to generate .srt, .vtt and .txt files. [1] https://github.com/zackees/transcribe-anything
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#15Is the Whisper model better than say Youtube's auto transcribing? I hope it is because the one on YT gets so much wrong it's almost comical.
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#16The only thing Whisper misses is speaker diarization. I'm currently working on a model that uses Whisper + pyannote to transcribe Interviews and also detects who is speaking. It's working but damn it takes so long
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#17Is the Whisper model better than say Youtube's auto transcribing? I hope it is because the one on YT gets so much wrong it's almost comical.
I'd assume whisper will be better than YT auto ones for sure, especially if you choose the right model
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#18The only thing Whisper misses is speaker diarization. I'm currently working on a model that uses Whisper + pyannote to transcribe Interviews and also detects who is speaking. It's working but damn it takes so long
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#19The only thing Whisper misses is speaker diarization. I'm currently working on a model that uses Whisper + pyannote to transcribe Interviews and also detects who is speaking. It's working but damn it takes so long
I'm badly looking for that! Is there a repo I can follow?
basically whisper.cpp has some support but its not great (based on my own testing)
- https://huggingface.co/spaces/vumichien/whisper-speaker-diar...
- https://github.com/Majdoddin/nlp pyannote diarization
- whisperX with diarization https://twitter.com/maxhbain/status/1619698716914622466 https://github.com/m-bain/whisperX
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#20By the way there is also another project called Whisper.cpp: https://github.com/ggerganov/whisper.cpp Which uses x8 less memory than the Python implementation for the tiny model. It would be a good idea to keep an eye on it since there are Python bindings planned on the roadmap: https://github.com/ggerganov/whisper.cpp#bindings