15 ms·
whisper + pyannote + custom LLM pipeline to reduce errors, extract and attach speaker labels
by lukaesch 2y ago
whisper + pyannote + custom LLM pipeline to reduce errors, extract and attach speaker labels
- miki123211 2y agoHow do you interface with the Python ML stack from Rust?
- lukaesch 2y agoWhisper 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.
- BetterWhisper 2y agoAre you running whisper on that same $7 Server?