Spaces:
Configuration error
Configuration error
dmitryhits
commited on
Commit
·
be2373a
1
Parent(s):
df022e5
removes share
Browse files- .gitattributes +2 -0
- .ipynb_checkpoints/weed_classifier-checkpoint.ipynb +3 -0
- app.py +2 -2
- flagged/log.csv +3 -0
- weed_classifier.ipynb +3 -0
- weed_classifier/__init__.py +3 -0
- weed_classifier/app.py +3 -0
.gitattributes
CHANGED
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
*.py filter=lfs diff=lfs merge=lfs -text
|
38 |
*.txt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
36 |
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
*.py filter=lfs diff=lfs merge=lfs -text
|
38 |
*.txt filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.ipynb filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
.ipynb_checkpoints/weed_classifier-checkpoint.ipynb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c3a6a41cd16b9a55b0f072610eb1fc465f6520166f68c707885a10c8db4abd9
|
3 |
+
size 10228
|
app.py
CHANGED
@@ -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:ab2710da37b103c7c160ba2a5ba837ec6ce382543dff3409c04e093b65d130da
|
3 |
+
size 1260
|
flagged/log.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20228f5471fe987ee2220cc5bd5d6d5a39c8bba633718f4fb29d1c46b159849a
|
3 |
+
size 68
|
weed_classifier.ipynb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c3a6a41cd16b9a55b0f072610eb1fc465f6520166f68c707885a10c8db4abd9
|
3 |
+
size 10228
|
weed_classifier/__init__.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b172e1ee0dca0b84021717191814e91b6b1c47b866981b0c8eae8ba91a6d9118
|
3 |
+
size 22
|
weed_classifier/app.py
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab2710da37b103c7c160ba2a5ba837ec6ce382543dff3409c04e093b65d130da
|
3 |
+
size 1260
|