Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Dash Of AI
This talk demonstrates using chained prompts with LLMs to generate customized meal plans, detailed recipes, and grocery lists, highlighting dynamic data structuring and cleaning.
I created a platform that connects to LLMs to generate meal plans. I use a chain of prompts to get a set of recipe names that meet the users specified criteria, then take the resulting recipe names and fill in the recipe details again to the entered parameters. Once a meal plan is created you can create a grocery list and check of items as you grab them.