Block 1 - AI Agent - 食材分析
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Who’s it for Teams building health/fitness apps, coaches running check ins in chat, and anyone who needs quick, structured nutrition insights from food photos—without manual logging. What it does /...
@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.code, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Toshiya Minami.
Original n8n.io sourceTeams building health/fitness apps, coaches running check-ins in chat, and anyone who needs quick, structured nutrition insights from food photos—without manual logging.
This workflow accepts a food image (URL or Base64), uses a vision-capable LLM to infer likely ingredients and rough gram amounts, estimates per-ingredient calories, and returns a strict JSON summary with total calories and a short nutrition note. It normalizes different payloads (e.g., Telegram/LINE/Webhook) into a common format, handles transient errors with retries, and avoids hardcoded secrets by using credentials/env vars.
gpt-4o or equivalent)LLM_MODEL and LLM_TEMPERATURE (e.g., 0.3).imageUrl, and confirm the strict JSON output.{
"dishName": "string",
"ingredients": [{ "name": "string", "amount": 0, "calories": 0 }],
"totalCalories": 0,
"nutritionEvaluation": "string"
}
Rename all nodes clearly, include sticky notes explaining the setup, and never commit real IDs, tokens, or API keys.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Food image analysis for calorie estimation with Vision AI and Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Content Creation, Multimodal AI |
| Author | Toshiya Minami |
| Published | 14 Oct 2025 |
Use the JSON export at /data/workflows/9619/9619.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who’s it for Teams building health/fitness apps, coaches running check ins in chat, and anyone who needs quick, structured nutrition insights from food photos—without manual logging. What it does /...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.