Laidle is a Chrome extension that generates a comprehensive grocery list from recipes collected in browser! Artificial intelligence is used to parse the ingredients of each recipe into a clean list that is easy to shop with!
Eating home cooked meals every day can require a lot of planning if you are trying to get everything in a single trip to the store.
I usually find 5 recipes online and proceed write up a grocery list that doesnt have duplicate items. By the time im finished, I have a messy list with multiple things crossed off and not to mention all the time it took to scan through each recipe. So I decided to create this chrome extension do to all that for me. I figured it would save me time and the headache of it all.
After a couple hours I realized that I hated the idea of writing logic for parsing ingredient text. So I figured I could train Wit.ai to do it for me! Thus Laidle was born!
- Saving website URL to an associated recipe
- Functionality for sending an email/notification to the user with the generated list.
- Grocery list output gets upgrade UI
- Some way of calculating calories
- Functionality to search/filter the recipe list saved to the users extension
- Functionality for sharing grocery list with someone else
- Adding new recipes gets upgraded UI. (allowing user to see the saved data is recognized and can be modified instead of a text area format)
- Functionality to recognize how to convert multiple measurements under a product into 1 measurement size (3 tsp = 1 tbs)
- Web previews of the recipe from the URL it was copied from
- Implement strategy to couple ingredients together better and put similiar named products next to eachother in the grocery list
- New Loading Gif for generating the grocery list
- Train Laidle on the most common food/recipe websites (The 20 most popular or so)
- Test 10 recipes per site
- Record error rate
- Make updates to Wit.ai and chrome extension software based on data collected from training
- Give Buy Me A Coffee members early access
- Make available on the chrome store
- Click the "Clone or Download" dropdown above and then "Download ZIP".
- Move the
Laidle-main
folder from the ZIP to wherever you'd like. - Type
chrome://extensions/
in your address bar. - Check "Developer Mode" at the top right of the page.
- Click "Load Unpacked" on the top left and open the
Laidle-main
folder.