Show HN: BBC Recipe search engine. Open source, super fast
auntiesrecipes.co.uk
Show HN: BBC Recipe search engine. Open source, super fast
1–8 of 8 posts
Re: Show HN: BBC Recipe search engine. Open source, super fast
#2Not sure how the site will evolve, if at all, but it was a fun side project!
Code is here if you want to play: https://github.com/user24/auntiesrecipes
Re: Show HN: BBC Recipe search engine. Open source, super fast
#3On Tuesday the Guardian reported that the BBC (fondly aka Auntie) would be archiving their recipes, so I quickly scraped the site and wrote a search engine for it. Not sure how the site will evolve, if at all, but it was a fun side project! Code is here if you want to play: https://github.com/user24/auntiesrecipes
Re: Show HN: BBC Recipe search engine. Open source, super fast
#4On Tuesday the Guardian reported that the BBC (fondly aka Auntie) would be archiving their recipes, so I quickly scraped the site and wrote a search engine for it. Not sure how the site will evolve, if at all, but it was a fun side project! Code is here if you want to play: https://github.com/user24/auntiesrecipes
Cool - you might want to look at using levenshtein distance algo to improve the search.
Re: Show HN: BBC Recipe search engine. Open source, super fast
#5On Tuesday the Guardian reported that the BBC (fondly aka Auntie) would be archiving their recipes, so I quickly scraped the site and wrote a search engine for it. Not sure how the site will evolve, if at all, but it was a fun side project! Code is here if you want to play: https://github.com/user24/auntiesrecipes
Re: Show HN: BBC Recipe search engine. Open source, super fast
#6On Tuesday the Guardian reported that the BBC (fondly aka Auntie) would be archiving their recipes, so I quickly scraped the site and wrote a search engine for it. Not sure how the site will evolve, if at all, but it was a fun side project! Code is here if you want to play: https://github.com/user24/auntiesrecipes
I thought archiving meant it would be no longer on their website, it would be awesome if they just released it all under something like the GPL. Could do some fun machine learning stuff with it...
If they move the recipes I can update the links. If they take the recipes down (which they've said they won't, now) I have got all the data so could rehost them.
edit: but, if you want to do some fun ML work, my scraper should help get you started!
Re: Show HN: BBC Recipe search engine. Open source, super fast
#7CRF Ingredient Phrase Tagger https://github.com/NYTimes/ingredient-phrase-tagger
I used to work with a lot of recipe data in multiple languages, so this topic remains close to my heart.
This could be an interesting project to add to the trained data.
Re: Show HN: BBC Recipe search engine. Open source, super fast
#8In other recipe news, some devs @nytimes recently released some __VERY__ interesting code that handles unstructured data from the NYTIMES recipe archives: CRF Ingredient Phrase Tagger https://github.com/NYTimes/ingredient-phrase-tagger I used to work with a lot of recipe data in multiple languages, so this topic remains close to my heart. This could be an interesting project to add to the trained data.