Add images, model, and updated reqs
Browse files- .gitignore +4 -0
- app.ipynb +0 -0
- dev_requirements.txt +3 -0
- empty_trays.jpg +0 -0
- healthy_hydro_kale.jpg +0 -0
- model.pkl +3 -0
- requirements.txt +1 -4
- wilted_plant.jpg +0 -0
.gitignore
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*cache
|
2 |
+
env
|
3 |
+
.ipynb_checkpoints
|
4 |
+
flagged
|
app.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|
dev_requirements.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
jupyter
|
2 |
+
jupyterlab
|
3 |
+
nbdev
|
empty_trays.jpg
ADDED
healthy_hydro_kale.jpg
ADDED
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8ba0dcbd075434ea4d3600a6a9b88f3d8f5f4dc005196443914fe275c13da04
|
3 |
+
size 46959229
|
requirements.txt
CHANGED
@@ -1,5 +1,2 @@
|
|
1 |
-
jupyter
|
2 |
-
jupyterlab
|
3 |
gradio
|
4 |
-
fastai
|
5 |
-
nbdev
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
fastai
|
|
wilted_plant.jpg
ADDED