Inspiration
Many people in the USA face food insecurity, often turning to fast food in place of affordable, healthy, or home-cooked options. By identifying ingredients that can be bought with food stamps, and then showing users recipes that can be made from them, we hope to change this.
What it does
YouYum takes in a users zip code to identify food stamp friendly grocers near them. They can then select from a list of stores near them, and the program will both list ingredients available at that store with food stamps as well as recipes that can be made from those ingredients.
How we built it
Our frontend website was built using HTML, CSS, and Javascript and the backend logic was built using Python, xlrd, and recipepuppy API.
Challenges we ran into
We could not connect our python backend to our frontend website, so the two are not connected :(
Accomplishments that we're proud of
We have a working algorithm that, if an excel database is populated with information about food stamp stores, can return recipes that are food stamp friendly.
What we learned
We learned how to problem solve in both Python and HTML, and that many useful libraries and APIs exist to accomplish our goals for us; not everything needs to be hardcoded!

Log in or sign up for Devpost to join the conversation.