Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 598 Bytes

File metadata and controls

17 lines (14 loc) · 598 Bytes

CleanFi 💰

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.

Features

  • 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

Installation

git clone https://github.com/dvaidwho/CleanFi.git
cd CleanFi
pip install -r requirements.txt