#53 · Primary category: Financial Data & Analytics Platforms
AI-Bank-Statement-Document-Automation-By-LLM-And-Personal-Finanical-Analysis-Prediction
AI Bank Statement Document Automation By LLM model and Personal Finanical Analysis
Project last updated:08/02/26
GitHub Stars
626
Forks
123
Contributors
3
License
Apache-2.0
Why we included this project
Bank statements arrive as messy PDFs, and this project is a full working pipeline for turning them into structured data you can actually query. YOLO layout detection and OCR find the tables, then an LLM extracts the transactions, sorts them into income and expense categories, tracks spending trends, and answers natural-language questions about the results. One design choice worth noting: it redacts personally identifiable information before anything gets embedded into the vector store, which matters if you're handling real customer documents. The repo also includes a complete FastAPI + PostgreSQL + Celery + React service with REST auth and async processing, so it runs as a real application rather than just a notebook. If you're exploring agent-based document workflows, the parallel CrewAI, Deep Agents, and Hermes harnesses all tackle the same bank-statement task, and there's practical guidance for running local models through LM Studio or Ollama.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
OpenBB
Open Data Platform for analysts, quants and AI agents.
daily_stock_analysis
LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.
ai-hedge-fund
An AI Hedge Fund Team
qlib
AI-oriented quant investment platform supporting diverse ML paradigms and automated R&D for quantitative research and production.
nautilus_trader
Production-grade Rust-native trading engine with deterministic event-driven architecture