Problem
Speech therapy documentation is professionally demanding and time-consuming. Structured reports are mandatory, but writing them manually consumes time that is missing from the actual therapy.
Solution
The prototype combines transcription, structured extraction, and validated report generation. Focus: traceable draft reports, clear user guidance, robust data structuring, and professionally useful outputs.
Result
A traceable AI workflow that converts unstructured speech input into professionally structured, validatable draft reports.
Technical Architecture
Frontend audio upload, FastAPI pipeline for transcription and report generation, and Pydantic models for validated structured outputs.
Engineering Decisions
- Structured output before free text so domain users can review and edit draft reports
- Clear separation between AI suggestion and professional control
- Compact prototype instead of oversized platform logic
Demonstrates
Transcription, structured extraction, validated report generation, and domain-aware user guidance.
Status
Prototype / portfolio project; no production processing of health data.