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).
… oh and it’s run off a RPi, yes the embeddings as well
I might apply for the 載具 API at some point, but for now it works great
Any code you want to share?
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).
… oh and it’s run off a RPi, yes the embeddings as well