Skip to content

Latest commit

 

History

History
 
 

Cassava Leaf Disease Classification using DL

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Cassava Leaf Disease Classification using DL

Aim of the project:

The project focuses on classification of different diseases of cassava leaves using various Deep Learning Algorithms.

Libraries and Frameworks used:

  1. Pandas
  2. Numpy
  3. Matplotlib
  4. Seaborn
  5. Tensorflow
  6. Keras
  7. sklearn
  8. glob
  9. OpenCV

Deep Learning Algorithms used:

  1. MobileNet
  2. ResNet
  3. DenseNet
  4. InceptionNet
  5. EfficientNet

Accuracy and training time comparison of all the Deep Learning Algorithms

Accuracy
MobileNet 59%
ResNet 60%
DenseNet 68%
InceptionNet 61%
EfficientNet 54%

Representation of diseases of cassava leaves

EDA

Counts of disease cases

values

Pie chart for the count of cases

ri

Orignal image vs grayscale image

ovsg

Original vs Resized image(224*224 pixels)

ovri

Accuracy and plots of all models

InceptionNetV2

inv2

DenseNet

densenet

ResNet50

resnet

EfficientNet

effnet

MobileNet

mnet

Conclusion

DenseNet model performs better comparative to other models used on the above dataset.