Speech-to-MoM: Audio Intelligence Application
Created an end-to-end audio intelligence workflow that transforms raw meeting audio into structured meeting minutes and summaries. Used transcription and speaker diarization to generate labeled, time-anchored conversational content suitable for downstream text generation. • Used PyAnnote.audio for speaker diarization to label who spoke when. • Used WhisperX to transcribe audio into text. • Integrated LangChain with an LLM backend to generate role-attributed meeting summaries from transcripts. • Built storage and serving components to manage processed audio metadata and outputs.