Commit ·
3cbcd0d
1
Parent(s): 4970402
Add
Browse files- .gitignore +0 -3
- models/README.md +8 -0
- models/model_best.keras +3 -0
- models/pytorch_model.pth +3 -0
.gitignore
CHANGED
|
@@ -3,7 +3,4 @@ __pycache__/
|
|
| 3 |
*.pyo
|
| 4 |
*.pyd
|
| 5 |
.ipynb_checkpoints/
|
| 6 |
-
models/
|
| 7 |
-
*.keras
|
| 8 |
-
*.pth
|
| 9 |
.netrc
|
|
|
|
| 3 |
*.pyo
|
| 4 |
*.pyd
|
| 5 |
.ipynb_checkpoints/
|
|
|
|
|
|
|
|
|
|
| 6 |
.netrc
|
models/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Models folder
|
| 2 |
+
|
| 3 |
+
Place your trained model files in this folder:
|
| 4 |
+
|
| 5 |
+
- `pytorch_model.pth` (PyTorch model)
|
| 6 |
+
- `model_best.keras` (TensorFlow model)
|
| 7 |
+
|
| 8 |
+
If these files are not present, the app will not be able to classify images.
|
models/model_best.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b57e8ec14d2c7fa3f168d95fdf02e98d6a5626ae5648975d98d0cb265aed8a9
|
| 3 |
+
size 5157310
|
models/pytorch_model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13d195dc6d7c62d86cc3a039a39f7eef1a119f6e67c1960fd161219635ac31c2
|
| 3 |
+
size 4859453
|