SYS/04 — APPLIED ML PRODUCT
VOXMAX
Shipped consumer voice-scoring app running on a custom DSP/ML backend.
- FRONTEND
- Expo SDK 54
- SCREENS
- 11
- BACKEND
- FastAPI
- AUDIO
- deleted post-analysis
VOXMAX is a shipped consumer product: record ~12 seconds of speech, get a VoxScore with four sub-dials, a one-line verdict, and one drill — delivered on a custom acoustic-feature backend, not a wrapper around an API.
FRONTEND
An Expo / React Native app (SDK 54) spanning 11 screens — onboarding, consent, record, analyzing, result, drill, progress, settings, and guard states. The shareable ScoreCard is rendered to an image on-device. Strictly monochrome, lab-instrument aesthetic.
BACKEND
A FastAPI service runs a deterministic acoustic feature-extraction pipeline to compute the score, with an LLM layer producing the coaching verdict and drill. Privacy is enforced server-side: uploaded audio is deleted immediately after analysis, gated behind an explicit consent screen.