resaved the model
Browse files- app.py +1 -1
- archive.zip +3 -0
- export.pkl → model.pkl +2 -2
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from fastai.vision.all import *
|
|
| 3 |
from PIL import Image
|
| 4 |
|
| 5 |
# Load your trained/saved model
|
| 6 |
-
learn = load_learner('
|
| 7 |
|
| 8 |
def classify_bear(image):
|
| 9 |
# convert PIL image to fastai image object
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
|
| 5 |
# Load your trained/saved model
|
| 6 |
+
learn = load_learner('model.pkl')
|
| 7 |
|
| 8 |
def classify_bear(image):
|
| 9 |
# convert PIL image to fastai image object
|
archive.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93459c3e4991bd9f13a06a0250edb4e973c5acf13cd342db432398efab8474df
|
| 3 |
+
size 284689552
|
export.pkl → model.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:79271ef4cd5a1719d1fb65426f7f7bc914b87dbfeb93cbee4d5d8e26e2fc0219
|
| 3 |
+
size 46965738
|