ARUNAGIRINATHAN commited on
Commit
8835cae
·
verified ·
1 Parent(s): 764e75b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -1,18 +1,14 @@
1
-
2
- # Personal Expense Categorizer
3
-
4
- > *Trined a Text classification (Food, Travel, Bills, etc.) model using transaction descriptions*
5
-
6
  ---
7
  license: apache-2.0
8
  language:
9
  - en
 
 
10
  pipeline_tag: text-classification
11
  tags:
12
- - expense
13
- - text-classification
14
- - category
15
  - transaction
16
- metrics:
17
- - accuracy
 
18
  ---
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  language:
4
  - en
5
+ metrics:
6
+ - accuracy
7
  pipeline_tag: text-classification
8
  tags:
9
+ - expence
 
 
10
  - transaction
11
+ - model
12
+ - category
13
+ - classification
14
  ---