Earlier quoted context omitted.
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…
That sounds like a fun project, where did you get the data from?
Show HN: I had issues organizing my favorite recipes, so I built this
101–110 of 171 posts
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#102Re: Show HN: I had issues organizing my favorite recipes, so I built this
#103I ended up building my own solution to this problem too (though mine is not open to public) The main thing I wanted to optimize was menu planning. So I wrote a genetic algorithm which will generate a menu, add the score, mutate the menu in some way, and iterate. In my database I have a rough price per ingredient, and my families enjoyment of the recipe (though I have kind of a lagging gradient which reduces the score…
It's easier for me to "listen" to a recipe and pause as needed, vs. to look it up. It's a more casual approach though - no constraint optimisation, or anything like this, but I find it works great for me. Also I can share a recipe this way with someone else by just sharing the recording p2p.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#104Earlier quoted context omitted.
This sounds like something I would use if it were public. It would be awesome If I could swap recipes from the plan. For example, if I didn't feel like having stir fry I could swap it out for a meal with similar points.
I've thought about making it public, but it's highly optimized for me... also therea no gui. It's just a command line app in python. I could make it open source though. It would be neat to see how other people modify it.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#105Re: Show HN: I had issues organizing my favorite recipes, so I built this
#106Is it possible to promote some kind of consistency in measuring? My wife disregards a lot of American cooking sites (am based in Australia) because the conversion of cups/teaspoons etc is sometimes open to interpretation and can lead to a disaster.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#107Earlier quoted context omitted.
This sounds like something I would use if it were public. It would be awesome If I could swap recipes from the plan. For example, if I didn't feel like having stir fry I could swap it out for a meal with similar points.
I've thought about making it public, but it's highly optimized for me... also therea no gui. It's just a command line app in python. I could make it open source though. It would be neat to see how other people modify it.
anyway, a word of caution about open sourcing. people are quick to scream that you make the source available. but what about this? an article/blog describing in more details how you solved the problem instead? few people ever ask that.
what i saw with open source is, once you put the code out there, people will start requesting features, making you carry the burden of maintenance, etc. but ofc there are good things too. i just haven't seen it with small niche projects.
my 2 cents.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#108Is it possible to promote some kind of consistency in measuring? My wife disregards a lot of American cooking sites (am based in Australia) because the conversion of cups/teaspoons etc is sometimes open to interpretation and can lead to a disaster.
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#109I think the title of this link should be "I wanted to raise money from investors so I built an app and came up with clickbait scratch-my-own-itch startup rhetoric to get attention on HN"
Re: Show HN: I had issues organizing my favorite recipes, so I built this
#110"I had issues organizing my favorite recipes, so I built this". Sounds like BS. How many 'favorite' recipes can one person have such that they have trouble 'organizing' them? I think the title of this link should be "I wanted to raise money from investors so I built an app and came up with clickbait scratch-my-own-itch startup rhetoric to get attention on HN"