Open the link, look at the camera — AI estimates your body fat % in seconds, and every daily selfie becomes a data point
A camera-first body composition tracker. The front camera opens on page load, MediaPipe Pose finds 33 body landmarks entirely in the browser, and the app fuses the peer-reviewed Deurenberg equation (height, weight, age, sex) with a visual hip-to-shoulder ratio read from the live video to estimate body fat percentage. Take a selfie and log your weight every day — each entry is a labeled data point (image + weight + estimate) stored via a FastAPI backend in SQLite and mirrored to Azure Blob Storage, building a personal dataset that charts your progress and can later fine-tune a real vision model.
33 landmarks, 100% in-browser
Daily entries API
Selfie dataset mirror
One-command deploy
Tracking body composition is high-friction:
Make the camera the measuring tape:
Grab the code and run it locally, or deploy your own instance to Railway in one command. Estimates are for personal fitness tracking — not a medical measurement.