Commit Graph

11 Commits

Author SHA1 Message Date
Iyeoluwa Akinrinola 00b42f2c0f Update README and core files, remove test/debug scripts, improve documentation and robustness 2025-07-03 19:27:16 +01:00
Iyeoluwa Akinrinola a202abf5c0 Fix date parsing for image import to handle various date formats 2025-07-03 00:44:01 +01:00
Iyeoluwa Akinrinola e81745b638 Add /transactions/import/image endpoint to extract transactions from images using AI 2025-07-03 00:36:55 +01:00
Iyeoluwa Akinrinola 3fd41af45f Add /match-specific endpoint to match specific receipts by file IDs 2025-07-03 00:32:18 +01:00
Iyeoluwa Akinrinola 6b6633b165 Update AI matcher to return only the best match with confidence score 2025-07-02 21:39:41 +01:00
Iyeoluwa Akinrinola 58d579700e Improve AI matching to show ALL potential matches with confidence scores 2025-07-02 21:15:33 +01:00
Iyeoluwa Akinrinola 08386f8544 Add auto-matching endpoint and data storage for easier demo workflow 2025-07-02 21:02:11 +01:00
Iyeoluwa Akinrinola d04a7ce08b Remove test_images from tracking and add to .gitignore 2025-07-02 16:52:49 +01:00
Iyeoluwa Akinrinola ad1ef35842 Add uploads/ and chequing statement.csv to .gitignore and remove them from repo tracking 2025-07-02 16:49:19 +01:00
Iyeoluwa Akinrinola 85b29d387c Add .gitignore and remove unnecessary files (venv, __pycache__, etc.) 2025-07-02 16:45:39 +01:00
Iyeoluwa Akinrinola a519c42866 Update matching logic: AI scores all candidates, lower threshold, absolute amount, prompt improvements 2025-07-02 16:38:01 +01:00