|
|
|
|
|
by 0xfaded
2445 days ago
|
|
I've done this as well using scraped recipes from a website that conveniently labeled all ingredients with data tags for their referral program. Although my goal was to find recipes that shared ingredients to cut back on wastage. I used a constraint solver (https://developers.google.com/optimization) and asked it to produce 5 recipes requiring the minimum number of ingredients, and was rather amused that the first run included such classics as "boiled egg", "butter potato" and "toast". |
|