Git Product home page Git Product logo

cldp's Introduction

Corn Leaf Diseases Detection

Python streamlit TensorFlow Keras

Screenshots

image image image image

An end-to-end Deep Learning project to detect diseases that attack corn leaves

Problem Statement

The plant diseases compose a threat to global food security and smallholder farmers whose livelihoods depend mainly on agriculture and healthy crops. In developing countries, smallholder farmers produce more than 80% of the agricultural production, and reports indicate that more than fifty percent loss in crop due to pests and diseases. The world population expected to grow to more than 9.7 billion by 2050, making food security a major concern in the upcoming years. Hence, rapid and accurate methods of indentying plant diseases are needed to do the appropiate measures.

This Streamlit App utilizes a Deep Learning model to detect diseases that attact the corn leaves, based in digital images.

Data Preparation

In this project, we use the dataset version with augmentation for the corn dataset, which contained four different classes (Blight, Common rust, Gray Leaf Spot, and Healthy).

Data preprocessing steps:

  • Data normalization[0,1]
  • Data augmentation using saveral techniques such as:
    • image flipping
    • zoom
    • shear
    • width and height shift
    • image rotation
    • Image brightness range
    • Featurewise center
    • Featurewise std normalization

Dataset Link

Modelling

In this project I tasted the folling Convolutional Neural Network Architecture by transfer learning method:

  • MobileNetV2 (Pretrained with imginet images)

Fine Tune model Performnace: 98.5% (accuracy score metric)

cldp's People

Contributors

mainakrepositor avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.