Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 2.24 KB

healthy-chef.md

File metadata and controls

26 lines (12 loc) · 2.24 KB

Healthy Chef

Healthy Chef is a recipe creator App that provides visual and nutritional insights. With this App, you can easily find recipes based on your ingredients. Simply share a photo of your ingredients, and Healthy Chef will suggest a recipe along with a visual preview. You can also ask for healthy recipe recommendations or create a dish using specific ingredients. The App uses the Spoonacular API to fetch a list of recipes, ingredient information, and nutrition facts. Whether you're a beginner or an experienced cook, Healthy Chef will inspire you to create delicious and nutritious meals.

Example prompts

  1. Prompt 1: "What can I cook with these ingredients?"

  2. Prompt 2: "Show me a healthy recipe for these items."

  3. Prompt 3: "Can you suggest a recipe and its image?"

  4. Prompt 4: "Create a dish using these ingredients."

Features and commands

  1. Search Recipes: Use the command searchRecipes to fetch a list of recipes based on query parameters. You can provide a search query to find recipes that match specific criteria.

  2. Get Ingredient Information: Use the command getIngredientInformation to fetch detailed information about a specific ingredient. You need to provide the ID of the ingredient you want to get information about.

  3. Get Recipe Nutrition Facts: Use the command getRecipeNutritionFacts to fetch the nutrition facts for a specific recipe. You need to provide the ID of the recipe you want to get nutrition facts for.