Skip to content

Some more added features and UI in a Plant disease detecting android application

Notifications You must be signed in to change notification settings

abhimangalms/PlantDoctor

Repository files navigation

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

Some more added features and UI in a Plant disease detecting android application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published