Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aswintechguy
GitHub Repository: aswintechguy/Deep-Learning-Projects
Path: blob/main/Cassava Leaf Disease Detection - Pytorch Image Classification/README.md
569 views

Cassava Leaf Disease Detection - Image Classification

Complete Video Tutorial: https://youtu.be/R7fKjr4gtSc

Project Information

The objective is to distinguish between several diseases that cause material harm to the food supply of many African countries. In some cases the main remedy is to burn the infected plants to prevent further spread, which can make a rapid automated turnaround quite useful to the farmers.

[train/test]_images the image files. The full set of test images will only be available to your notebook when it is submitted for scoring. Expect to see roughly 15,000 images in the test set.

Attributes

image_id - image file name.

label - ID code for the disease.

label_num_to_disease_map.json - The mapping between each disease code and the real disease name.

Download link: https://www.kaggle.com/c/cassava-leaf-disease-classification/data

Environment: Kaggle

Libraries

  • pandas

  • numpy

  • matplotlib

  • seaborn

  • scikit-learn

  • pytorch

Neural Network

  • Resnet-152 Network

Accuracy: 87