This came from our experience while building Hyprnote, where users consistently requested bringing a custom STT endpoint, just like plugging in an openai-compatible LLM endpoint.OWhisper
can be thought of as something likeOllama
but for Speech-to-Text(both real-time and batch).
OWhisper
is intended for 2 use cases:
Where can I find the source code?
OWhisper
is part of the Hyprnote
repo.What is the license of OWhisper?
GPLv3
currently, but we want to make it MIT
at some point.
(It depends on some code from Hyprnote
, which is GPL
licensed.)