-
Notifications
You must be signed in to change notification settings - Fork 1
/
MLHUB.yaml
33 lines (33 loc) · 1016 Bytes
/
MLHUB.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- # This is a comment and otherwise ignored.
meta:
name : plantdis
title : Detect plant disease from an image of a leaf.
keywords : transfer learning, tensorflow, deep learning, plant disease, python
version : 0.1.8
languages : py
license : gpl3
author : [email protected]
url : https://github.com/spsaswat/plantdis
dependencies:
python3:
- opencv
- numpy
- requests
- matplotlib
pip3:
- tensorflow-cpu>=2.8.0
- gdown
- argparse
- pathlib
files:
- mlhub/README.md
- mlhub/demo.py
- mlhub/diagnose.py
- test/
# right click on drive file to getlink(view only)
# on that link there will be a id that needs to be
# replaced instead of below id
- https://drive.google.com/uc?id=1mAxgMNJZ2c_5c16YdAaQWZ5H06BuBAF9: pdorft_efficientnetb2_3.h5
commands:
demo : Demonstrate disease classification for a default image
diagnose : Predict disease for a supplied image of a diseased leaf