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.OWhispercan be thought of as something likeOllamabut for Speech-to-Text(both real-time and batch).
OWhisper is intended for 2 use cases:
- Quickly serving a lightweight model locally for prototyping or personal use.
- Deploying larger models or connecting to other cloud-hosted models on your own infrastructure.
FAQ
Where can I find the source code?
Where can I find the source code?
Currently,
OWhisper is part of the Hyprnote repo.What is the license of OWhisper?
What is the license of OWhisper?
It is
GPLv3 currently, but we want to make it MIT at some point.
(It depends on some code from Hyprnote, which is GPL licensed.)