Y
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
miki123211
613 days ago
How do you interface with the Python ML stack from Rust?
link
lukaesch
613 days ago
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.
link
BetterWhisper
613 days ago
Are you running whisper on that same $7 Server?
link