Finetuned model with more accurate search terms
Browse files- ShoeClassifier2.pkl +0 -3
- ShoeClassifier.pkl → ShoeClassifierRevised.pkl +2 -2
- app.py +1 -1
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:
|
3 |
-
size
|
|
|
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('
|
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 |
|