A Next.js face analysis app that runs in the browser. It lets you upload or capture front, left, and right profile photos, then generates symmetry, proportion, structure, skin-uniformity, and feature-level scores with visual overlays.
- Browser-only image analysis powered by MediaPipe
- Front, left, and right pose workflow
- Landmark, midline, thirds, feature, and heatmap overlays
- Downloadable JSON report
- No server-side photo upload required
Install dependencies for the web app:
npm --prefix apps/web installRun the development server:
npm run devOpen http://localhost:3000 in your browser.
npm run dev
npm run build
npm run lint