Food AI Calorie Counter
## **Food AI Calorie & Nutrition Counter API** ### **Overview** The Food AI API is a high-performance deep learning solution designed to transform simple meal photos into detailed nutritional data. Using state-of-the-art computer vision, it identifies multiple food items on a single plate, estimates their weight, and calculates precise macronutrient breakdowns (Calories, Proteins, Fats, and…
Food AI Calorie Counter endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Check status /status/{task_id} |
Check task status |
| GET |
Download Analysis Result /download/{filename} |
Returns the final JSON nutritional report once the task status is 'completed' |
| POST |
Analyze Food Photo /food/analyze-food |
Upload Food Photo file |