mitch donaberger 2 месяцев назад
Сommit
a2ac23a8cc
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+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.