Show HN: Self-host Whisper As a Service with GUI and queueing
github.com
Show HN: Self-host Whisper As a Service with GUI and queueing
1–10 of 60 posts
Schibsted created a transcription service for our journalists to transcribe audio interviews and podcasts really quick.
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#2[deleted]
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#3Looks interesting. I noticed that the README says "containe" or "containes" several times, where I think you mean "container(s)".
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#4I understand this is self-hosting the OpenAI Whisper model (which I see is fully MIT-licensed, weights and all). So not calling any OpenAI APIs like other GPT-related tools do.
Am I correct on this? The README is not explicit.
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#5I understand this is self-hosting the OpenAI Whisper model (which I see is fully MIT-licensed, weights and all). So not calling any OpenAI APIs like other GPT-related tools do. Am I correct on this? The README is not explicit.
Yes. This runs the OpenAI Whisper model locally.
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#6Looks interesting. I noticed that the README says "containe" or "containes" several times, where I think you mean "container(s)".
Thanks for feedback. Looks like the Readme need more work
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#7People 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.
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#8By 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:
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#9Whisper-UI is also looking really nice lately but I think it's still pretty early in development. The ability to click on the transcript and hear the sound of that particular moment is great.
https://github.com/hayabhay/whisper-ui
Re: Show HN: Self-host Whisper As a Service with GUI and queueing
#10The 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