All projects

SYS/04 · APPLIED ML PRODUCT

VOXMAX

Shipped consumer voice-scoring app running on a custom DSP/ML backend.

GitHub
React NativeExpoFastAPIPython
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.

KEY FACTS

The React Native 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.

The FastAPI 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.

Back to all projects