About the project

Our code's main purpose is to output the perfect amount of food and ingredients that you will need for a sufficient amount of food on Thanksgiving. The program will do this based on the inputs given. These inputs are the number of adults eating, number of kids eating, and amount of money they’re willing to spend. This benefits the community as it solves one of the most common problems that happen on Thanksgiving, which is people spending too much. A normal dinner can be purchased for $64.05 or less. However, people spent an average of $142 on Thanksgiving dinner. This program will help people spend less on Thanksgiving and therefore help people save money. When people use this program it gives them the perfect amount of ingredients/food to buy based on their budget.

How we built it

We built this app by using OpenAI's text completion and image generation models (GTP-3 and DALL·E 2) and it uses these models to create our desired outputs of an ingredients list and an image of the dish. We implemented them into Python and in a GUI with tkinter libraries.

Built With

  • dalle-2
  • gtp-3
  • openai
  • python
  • tkinter
Share this project:

Updates