Skip to content

CNN based classifier to classify regional plant diseases given plant leaf images as input

Notifications You must be signed in to change notification settings

AkashSrinivasulu/Plan-Disease-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantDiseaseClassification

  • Building a CNN based classifier to classify regional plant diseases given the plant leaf image.
  • Load the trained weights in to the model to classify the input image.
  • Ensure the dimension of the image passed to the network is 100x100x3
  • You can modify all hyperparameters in main.py to trian from the scratch (i.e., With random initialization of Parameters)

Dataset: Plant Village

Only a subset of classes (specific to the region) in the dataset were considered.

Architecture

alt text

Outputs

alt text alt text

About

CNN based classifier to classify regional plant diseases given plant leaf images as input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages