danielcwq commited on
Commit
43b2bc4
·
1 Parent(s): 1c9e9e1

Finetuned model with more accurate search terms

Browse files
ShoeClassifier2.pkl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3b4a43bee76bb6c4d082684f481d46ccf8d004bcdf8411cb81c2bd3042fa8ca
3
- size 102883212
 
 
 
 
ShoeClassifier.pkl → ShoeClassifierRevised.pkl RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7a7377c297adc7a6f6c291f549687bcfe55118b54f76b0a90cfbf33e9b67195
3
- size 102885663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb03e66598433f55d6e3b29bc3b7b82a96a65744447e32197f50fedd6fa32bd0
3
+ size 102907689
app.py CHANGED
@@ -6,7 +6,7 @@ def shoe(x):
6
  return x[0].isupper()
7
 
8
 
9
- learn = load_learner('ShoeClassifier2.pkl')
10
  categories = ("everyday running shoes", "road racing running shoes",
11
  "stability running shoes", "tempo running shoes")
12
 
 
6
  return x[0].isupper()
7
 
8
 
9
+ learn = load_learner('ShoeClassifierRevised.pkl')
10
  categories = ("everyday running shoes", "road racing running shoes",
11
  "stability running shoes", "tempo running shoes")
12