Skip to content

lambdachad/herald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

herald

Real-time, streaming speech-to-text in the terminal. Runs fully offline using NVIDIA's Nemotron model via ONNX Runtime.

Download model

# FP32
hf download altunenes/parakeet-rs --include "nemotron-speech-streaming-en-0.6b/*" --local-dir ./nemotron-speech-streaming-en-0.6b

# INT8
hf download lokkju/nemotron-speech-streaming-en-0.6b-int8 --local-dir ./nemotron-speech-streaming-en-0.6b-int8

# INT4
hf download lokkju/nemotron-speech-streaming-en-0.6b-int4 --local-dir ./nemotron-speech-streaming-en-0.6b-int4

Build and run

cargo run

Speak into your default microphone. Transcribed text streams to stdout in real time. Press Ctrl+C to stop.

Dependencies

Crate Purpose
cpal Cross-platform audio capture
parakeet-rs Nemotron streaming ASR inference

About

Type with your voice anywhere in real-time

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors