Y
Hacker News
new
|
ask
|
show
|
jobs
by
bravura
623 days ago
How is transcription done?
1 comments
lukaesch
623 days ago
whisper + pyannote + custom LLM pipeline to reduce errors, extract and attach speaker labels
link
miki123211
623 days ago
How do you interface with the Python ML stack from Rust?
link
lukaesch
623 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
623 days ago
Are you running whisper on that same $7 Server?
link