What's for dinner Maa!!!
Helping a working person create magic with ingredients in the pantry and serve food.
- First Widget (Raw Ingredients in Kitchen) would ask the user about what raw ingredients are available in his/her kitchen.
- The second widget (Few Recipes using Ingredients) would use the Gen AI Model to generate a few recipes based on the ingredient list supplied by the user in first widget and would also provide calorific value and usual accompaniments to the main dish as per the below prompt.
Give detailed recipes which can be created using input from [Raw Ingredients in Kitchen] . Also provide calorific value of the recipe. What are the common accompaniments for each recipe?
- The third widget (How will my food look?) would generate an image of how the meal would look based on the first recipe generated by the AI Model. My prompt for this widget is below.
Show some food images based on [Few Recipes using Ingredients]
- The fourth widget (Confused with recipes, Ask Me Please) is a chatbot integrated in the application which could be used by the user to ask further questions if needed.
- Add an integration with Amazon Q so I can add my own data sources. Currently the LLM is giving me generic recipes. With data source integration, i can focus the outputs to be specific to traditional family recipes. or anything which the user wants to search and get quick outputs on. The people who want to cook are not aware of the recipes. So they focus on ordering. If own recipes are stored on S3 or other data sources then the recipes would not be lost and this application could help the entire family to create and enjoy home cooked recipes.
- Create a community of users and allow users to upload and share their own recipes generated by the AI Model. This could be internal or on social media.