PulseAugur
EN
LIVE 10:36:38

Developer creates local voice input extension for Pi using nemotron 3.5 ASR

A developer has created a lightweight, local voice input extension for the Pi coding terminal, utilizing NVIDIA's nemotron 3.5 0.6B Automatic Speech Recognition model. This extension aims for simplicity, running an STT server directly on the device without requiring a separate server. It downloads the approximately 700MB model and allows users to input spoken text into the terminal, with options to accept or discard the transcription. AI

IMPACT Enables simpler local voice interaction for coding terminals, potentially improving developer workflows on resource-constrained devices.

RANK_REASON This is a user-created tool that integrates an existing model, not a release from a frontier lab or a significant industry move.

Read on r/LocalLLaMA →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Developer creates local voice input extension for Pi using nemotron 3.5 ASR

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 Română(RO) · /u/Danmoreng ·

    I made a simple local voice input extension for pi (nemotron 3.5 0.6B ASR)

    <!-- SC_OFF --><div class="md"><p>There are already plenty of different extensions for voice input, but all I found required having a second server running. I wanted something super simplistic: launching local STT server just for my pi coding terminal.</p> <p>NVIDIA Nemtron 3.5 A…