Built my own expense tracker on top of Teable. I’m partly lucky because I live in Taiwan and almost any receipt here comes with itemised breakdown as a QR code, so I can scan that from my phone and pipe it off to a queue for ingestion Didn’t want to use LLMs, but wanted automated categorisation of transactions, did that with some vector embeddings and Semantic Router ( https://github.com/aurelio-labs/semantic-router…
Interesting. Any code you want to share?
Will wrap it up in a blog post, stay tuned. I think the interesting part is the categorisation