A Python module that classifies disease on plants
Project description
plant-disease-classification
A Python module that classifies disease on plants. You can classify plant images from Python or from the command line with a simple classification library.
Built using Deep Learning and Convolutional Networks models trained here.
This also provides a simple plant disease classification command line tool that lets you do face recognition on a folder of images from the command line.
Installation
You can install plant-disease-classification using:
$ pip install plant-disease-classification
Getting the code
The code is hosted at https://github.com/abdullahselek/plant-disease-classification
Check out the latest development version anonymously with:
$ git clone git://github.com/abdullahselek/plant-disease-classification.git $ cd plant-disease-classification
To install dependencies, run either:
$ pip install -r requirements.txt
To install the minimal dependencies for production use (i.e., what is installed with pip install plant-disease-classification) run:
$ pip install -r requirements.txt
Usage
Classification using Python
from plant_disease_classification import api
# Classification with image path
result = api.classify(image_path="YOUR_IMAGE_PATH")
# Classification with image data
result = api.classify(image_data=YOUR_IMAGE_DATA)
Classification via CLI
python -m plant_disease_classification -p testdata/4507d7a208e839e34466ba7d7bdb144e.jpg
python -m plant_disease_classification -d BASE64_ENCODED_IMAGE_DATA
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plant_disease_classification-0.2.0-py3-none-any.whl.
File metadata
- Download URL: plant_disease_classification-0.2.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e0c9ff154cdf1a30003aaee738778ef6bdb0bf047d08bfcf767d75dbe505849
|
|
| MD5 |
7c2d5e11948f46bcd1dc8ff7ac6e8e68
|
|
| BLAKE2b-256 |
47e9516ecdb7ee7b503c8b2e3bb36881e0eefd99bde894c451f39b95377ac1b9
|