Hacker News new | ask | show | jobs
by lukaesch 613 days ago
whisper + pyannote + custom LLM pipeline to reduce errors, extract and attach speaker labels
2 comments

How do you interface with the Python ML stack from Rust?
Whisper and Pyannote via Replicate to spin up a container for transcription and diarization. It returns word-level timestamps and speaker turns.

The LLM pipeline is built into the Rust code and makes calls to the OpenAI API.

Are you running whisper on that same $7 Server?