Set a calorie target from TDEE, check body-fat percentage as a baseline, then estimate calories burned per workout.
Calculate baseline daily calorie needs from weight, height, age, and activity.
tdee({"weight_kg": 180, "height_cm": 70, "age": 35})Check current body-fat percentage as a baseline metric.
body_fat({"height_cm": 70, "neck_cm": 100, "waist_cm": 100})Estimate calories burned for a specific workout.
calories_burned({"activity": "example", "weight_kg": 180, "duration_min": 100})