Y
Hacker News
new
|
ask
|
show
|
jobs
by
miki123211
613 days ago
How do you interface with the Python ML stack from Rust?
1 comments
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
The LLM pipeline is built into the Rust code and makes calls to the OpenAI API.