A Streamlit-based finance app that helps you clean and analyze your bank statements.
Upload a CSV file and instantly see categorized transactions, progress metrics, and visual insights.
- Auto-detects and cleans bank statement columns
- Auto-categorizes transactions with editable categories
- View metrics (total transactions, categorized vs uncategorized)
- Interactive pie charts and summaries of spending
- Download a cleaned CSV file
git clone https://github.com/dvaidwho/CleanFi.git
cd CleanFi
pip install -r requirements.txt