logoalt Hacker News

noahkay13today at 3:48 AM2 repliesview on HN

I built a C++ inference engine for NVIDIA's Parakeet speech recognition models using Axiom(https://github.com/Frikallo/axiom) my tensor library.

What it does: - Runs 7 model families: offline transcription (CTC, RNNT, TDT, TDT-CTC), streaming (EOU, Nemotron), and speaker diarization (Sortformer) - Word-level timestamps - Streaming transcription from microphone input - Speaker diarization detecting up to 4 speakers


Replies

aaronbrethorsttoday at 7:52 AM

I see a number of references to macOS support in your docs for Axiom. Can this run on iOS?

show 1 reply
computerextoday at 11:26 AM

Oh hey I just implemented this in golang. Mine implementation heavily optimized for cpu.

show 1 reply