Expense Classifier using ML to understand spending categories and track bank expenses through input of CSV files
- Classify raw transaction data into spending categories
- Train your own model on labeled data
- Quick use through CLI or GUI through Streamlit
--train to train the model
--predict to run the model on an uncategorized CSV
pip install -r requirements.txt