Spaces:
Sleeping
Sleeping
Add base code to support transactions categorization
Browse files
app/categorization/categorizer.py
ADDED
|
File without changes
|
app/categorization/categorizer_list.py
ADDED
|
File without changes
|
app/categorization/config.py
ADDED
|
File without changes
|
app/categorization/template.py
ADDED
|
File without changes
|
app/rag/categorize_transactions.ipynb
ADDED
|
File without changes
|
app/rag/transactions_2022_2023.csv
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Date,Name / Description,Expense/Income,Amount
|
| 2 |
+
2023-12-30,Comcast Internet,Expense,9.96
|
| 3 |
+
2023-12-30,Lemonade Home Insurance,Expense,17.53
|
| 4 |
+
2023-12-30,Monthly Appartment Rent,Expense,2000.0
|
| 5 |
+
2023-12-30,Staples Office Supplies,Expense,12.46
|
| 6 |
+
2023-12-29,Selling Paintings,Income,13.63
|
| 7 |
+
2023-12-29,Spotify,Expense,12.19
|
| 8 |
+
2023-12-23,Target,Expense,27.08
|
| 9 |
+
2023-12-22,IT Consulting,Income,541.57
|
| 10 |
+
2023-12-22,Phone,Expense,10.7
|
| 11 |
+
2023-12-20,ML Consulting,Income,2641.93
|
| 12 |
+
2023-12-19,Chipotle,Expense,18.9
|
| 13 |
+
2023-12-18,Cold Brew Coffee,Expense,17.67
|
| 14 |
+
2023-12-18,Gas,Expense,8.80
|
| 15 |
+
2023-12-18,CA Property Tax,Expense,1670.34
|
| 16 |
+
2022-11-26,Salary,Income,4000.36
|
| 17 |
+
2022-11-26,Cellphone,Expense,19.27
|
| 18 |
+
2022-11-26,Gym Membership,Expense,24.71
|
| 19 |
+
2022-11-25,Wholefoods,Expense,17.35
|
| 20 |
+
2022-11-24,Freelancing,Income,2409.55
|
| 21 |
+
2022-11-19,Spotify,Expense,20.76
|
| 22 |
+
2022-10-25,Blogging,Income,4044.27
|
| 23 |
+
2022-10-24,Uber Taxi,Expense,18.9
|
| 24 |
+
2022-10-23,Uber Taxi,Expense,27.54
|
| 25 |
+
2022-10-22,Apple Services,Expense,41.25
|
| 26 |
+
2022-10-21,Netflix,Expense,22.8
|
| 27 |
+
2022-01-16,Amazon Lux,Expense,24.11
|
| 28 |
+
2022-01-15,Classpass* Monthly,Expense,30.08
|
| 29 |
+
2022-01-14,Amazon,Expense,11.0
|