This is a small bash script that uses local Ollama (via the `ollama` command; it does expect that it's at least part of PATH) to iterate line-by-line through a CSV of credit card transaction descriptions, with the descriptions on one column, and a blank column to its right.

This can aid with generating tags for organization of expenses, as well as helping decipher those cryptic descriptions.

mitch donaberger 65570415f7 adding analyzer script il y a 2 mois
README.md a2ac23a8cc first commit il y a 2 mois
analyzer.sh 65570415f7 adding analyzer script il y a 2 mois

README.md

This is a bash script meant to use local Ollama to iterate through a CSV column of credit card transaction names and have the AI explain what those transactions might be.

It's not perfect, but, it also serves a pretty niche purpose. Putting it here in case anyone wants to improve on the idea.

Ideas

[ ] Really could be much more powerful with a fine-tuned model trained on transaction names. Would require a database of this data on hand.