Back to projects

Selected project

Verbatim transcript workflow for confidential interviews.

Verbatim Transcript Solution turns long interview audio into a timestamped, speaker-labeled transcript. The workflow preserves conversational wording while preparing a structured Word document that can be reviewed without manually rebuilding every speaker turn.

Role
Workflow and AI system builder
Stack
Audio chunks, LLM, DOCX
Contribution
Pipeline, prompts, formatting, redaction
Outcome
Timestamped transcript
01

Started from messy interview audio

The source material came from participant conversations where exact wording, speaker sequence, and timestamps mattered more than a polished summary.

02

Split long files into reliable chunks

Audio is divided by time interval or silence detection so each transcription request stays manageable and the final document can be merged in the correct order.

03

Kept the output verbatim

The transcription prompt focuses on preserving filler words, repeated phrases, speaker labels, and timestamp ranges instead of rewriting the conversation into a cleaner narrative.

04

Prepared review-ready documents

Each chunk is normalized into a shared schema before the parts are merged into one Word document for review, annotation, and downstream analysis.