Tech News
← Back to articles

Show HN: Moonshine Open-Weights STT models – higher accuracy than WhisperLargev3

read original related products more articles

Moonshine Voice

Voice Interfaces for Everyone

Moonshine Voice is an open source AI toolkit for developers building real-time voice applications.

Quickstart

Join our community on Discord to get live support.

Python

pip install moonshine-voice python -m moonshine_voice.mic_transcriber --language en

Listens to the microphone and prints updates to the transcript as they come in.

python -m moonshine_voice.intent_recognizer

Listens for user-defined action phrases, like "Turn on the lights", using semantic matching so natural language variations are recognized. For more, check out our "Getting Started" Colab notebook and video.

... continue reading