# Project: Yumlog #proj/yumlog --- ## Summary AI Food/Calorie/Macro tracker. Take a photo of your food, and roughly record its macros. --- ## Thoughts Exact matching on macros is important to a number of people. Being able to adjust the macros on a per ingredient level seems useful But the goal of the project is to be more like Mint, and less like YNAB. Less MyFitnessPal and more automatic. It would be cool to be able to pull data from smart scales. If you weigh a particular amount, exercised a particular amount, and eat things, could you back calculate the amount you ate that day. Goals seem to be a key feature. Is the goal to gain weight? Lose weight? Build muscle? Follow a particular diet? Eliminate irritation? --- ## Tasks - [ ] Adjustable macros - if it gets it wrong i want to fix it. - [ ] Adjustable ingredients - [ ] Prettify the UX? UX is king - [x] Add goals - maybe a yumdog? - [ ] recent meals do not meet goals very well. maybe a more robust goal calculator. ```dataview TASK from #proj/yumlog where !completed and contains(tags, "proj/yumlog) group by link(file.name) sort due asc ```