Recipes imported through JSON does not have images and the Nutrional values are not imported. #4860
Replies: 1 comment 2 replies
-
Issue 1I don't think adding AI-generated images to Mealie directly is necessary. There are problems with reliability for more complex recipes, and finding high-quality images of nearly everything is simple and fast. Relying on AI (which could potentially get it wrong) for recipe images doesn't seem justified. If the JSON data contains a link to an image, as seen in the schema present on most recipe pages, this will also be scraped and added to the recipe. Issue 2I tried the JSON linked above, and it included all nutritional information. |
Beta Was this translation helpful? Give feedback.
-
First Check
Please provide a concise description of the problem that would be addressed by this feature.
This feature will help users to address the limitations with the recipes imported through JSON method.
Please provide a concise description of the feature that would resolve your issue.
I use LLM models to generate recipes in JSON format:
e.g., prompt:
Issue:1
When I import this into the app, there will be no images,
Can you please provide an option to generate the image through OpenAI integration? The LLM model shall look at the recipe details and generate an appropriate image and that shall be attached to the recipe.
Issue:2
The JSON contains the Nutrional details, but on importing this recipe it is not available within the app.
Please consider and list out some caveats or tradeoffs made in your design decision
May be a better approach is to incorporate this entire thing as a new import feature. What I mean is; User shall be able to type in the LLM prompt and mealie app shall generate the recipe, images and import that into the app.
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions