Live data from Hacker News

Show HN: Self-host Whisper As a Service with GUI and queueing

github.com

1–10 of 60 posts

Re: Show HN: Self-host Whisper As a Service with GUI and queueing

#5
post #4

I 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

#8
By 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

Post reply on HN