GroceriStar / GroceriStar/tensor-something
to discuss
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
## maybe there another way. that we miss before.
Let's go from a biggest picture. groceristar is only a sub-project. And if we'll focus on grocery lists only - maybe it's not the best approach for building a model.
Ingredients for GL are usually stored in recipes. Web is full of recipes. it's a text content.
**(?)**Maybe going from recipes - as main source of our content, will be a better idea?
Not sure, but i think that if we pick some category(cuisine for example -> it'll be a cool way to start) tell me what do you think.
So, recipes have ingredients with measurements( **1L of milk** ), we parse them and generate a GL with measurements count(**Recipe A need 300ml of milk**, **Recipe B need 150ml of milk** == "450ml of milk" in grocery list ), unit convertion( **convert ml into L**), group ingredients by directions(**Milk to Diary**), removing duplicates(by calculating sum of same ingredients from different recipes)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.