Skip to content

tripathiGithub/ImageClassification_Leaf_Disease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disease Indentification on Cassava Leaf

In this our task is to classify each cassava plant image into four disease categories or a fifth category indicating a healthy leaf. With this, farmers may be able to quickly identify diseased plants, potentially saving their crops before they inflict irreparable damage.

Categories

  • Cassava Bacterial Blight (CBB)
  • Cassava Brown Streak Disease (CBSD)
  • Cassava Green Mottle (CGM)
  • Cassava Mosaic Disease (CMD)
  • "Healthy

image

(Use this link only to see the code instead of using ipynb from github directly becacuse github does not renders ipynb files properly)

Deep Learning has been used to create this model using Tensorflow. I have used Transfer Learning which involves loading a generic well trained image classification model for feature extraction and then adding a few layers as head so that it can be trained for our specific task. Apart from this, to train the system and get better results, modern deep learning practices have been used like data-augmentation , one-cycle-policy, discriminative-learning-rate, etc

Results on test data

image image

Releases

No releases published

Packages

No packages published

Languages