thegreatshank / PlantDoctor

Image-Based Plant Disease Diagnosis with Tensorflow on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

We build a plant disease diagnosis system on Android, by implementing a deep convolutional neural network with Tensorflow to detect disease from various plant leave images.

Generally, due to the size limitation of the dataset, we adopt the transefer learning in this system. Specifically, we retrain the MobileNets [1], which is first trained on ImageNet dataset, on the plant disease datasets. Finally, we port the trained model to Android.

Configurations

Dataset

The dataset [2] contains 54,306 images of plant leaves, which have a spread of 38 class labels assigned to them. Each class label is a crop-disease pair, and we make an attempt to predict the crop-disease pair given just the image of the plant leaf.

The dataset is available at https://www.crowdai.org/challenges/plantvillage-disease-classification-challenge/dataset_files.

Reference

[1] Howard, Andrew G., et al. "Mobilenets: Efficient convolutional neural networks for mobile vision applications." arXiv preprint arXiv:1704.04861 (2017).

[2] Mohanty, Sharada P., David P. Hughes, and Marcel Salathé. "Using deep learning for image-based plant disease detection." Frontiers in plant science 7 (2016).

About

Image-Based Plant Disease Diagnosis with Tensorflow on Android


Languages

Language:C++ 91.5%Language:Java 5.5%Language:C 1.3%Language:Python 1.1%Language:CMake 0.6%