Obsidian_vault/30 - Projects/Credit Analyzer.md
2026-06-07 14:00:01 +00:00

27 lines
1.1 KiB
Markdown

---
type: project
status: completed
domain: [finance, ai, software]
tech: [Node/Express, Python/Flask, React]
tags: [project, finance, ai]
---
# 💳 Credit Analyzer
> Personal-finance tool that **auto-parses bank statements** and delivers **AI-powered spending insights** with interactive dashboards. Supports **6+ bank formats** with AI categorization.
## Purpose
Remove the manual drudgery of understanding personal cashflow — ingest statements, categorize transactions with AI, visualize spending.
## Architecture
- **Dual backend:** Node/Express + Python/Flask (`server/`, `processor/`)
- **Frontend:** React (`client/`)
- Statement parsing pipeline → AI categorization → dashboards
## Why it exists
Featured on [[Profile|the portfolio]] as flagship finance work; reflects the [[Finance Overview|personal-finance]] interest and AI-application skill.
## Open questions
- [ ] Which 6 bank formats? Which AI model does categorization?
- [ ] Personal use only, or intended for others?
## Related
[[TradeBuddy]] · [[Finance Overview]] · [[MOC - Investing]] · [[MOC - AI]]