Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Gemini: Audit-Ready HSA Tracking
Shows a receipt‑processing pipeline with Gemini‑2.5‑Pro that extracts text, classifies HSA‑eligible items using external categories, and outputs audit‑ready JSON for tax compliance.
My solution takes receipts as input, and uses Gemini-2.5-Pro to extract the text from them and classify the expenses based on whether they are HSA qualified, then outputs JSON that can be easily stored in records meeting the requirements of an IRS audit.
I will present the code I’m using, my model choices (and why I made them the way I did), and the prompts I engineered. I will put specific emphasis on how I use external category sets to teach Gemini how to recognize eligible products and the way my use of structured output and examples to improve accuracy and reliability.