5 ms·
Love it! It would be cool to be able to auto tag cuisine type. Did you use an LLM to scrape and parse receipt details?
by taw1285 2y ago
Love it! It would be cool to be able to auto tag cuisine type.
Did you use an LLM to scrape and parse receipt details?
- CZubrecki 2y agoActually adding that as we speak! Categories, cuisine, dietary, etc. Yeah I am using OpenAI, I tested with Claude but it was actually less reliable. FWIW, I am extracting the HTML and doing some cleanup work for it before passing it to the LLM with instructions.