danielle2035 commited on
Commit
8d95f09
·
0 Parent(s):

Add Intel Image Classifier models

Browse files
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ *.keras filter=lfs diff=lfs merge=lfs -text
2
+ *.pth filter=lfs diff=lfs merge=lfs -text
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.
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/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
pytorch_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d195dc6d7c62d86cc3a039a39f7eef1a119f6e67c1960fd161219635ac31c2
3
+ size 4859453