VikramjitSinghRathee / Convolutional-Neural-Network-from-Scratch-for-Crop-Disease-Classification---Agriculture-Domain

Create Convolutional Neural Network from scratch with potato disease classification. App will allow farmers to snap a picture of a plant and determine whether the plant has a disease or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Info

This is a deep learning project in the field of agriculture.

Each year, farmers suffer economic losses and crop loss as a result of different illnesses. We will utilize Convolutional Neural Network to classify images and develop an app/mobile app that will allow farmers to snap a picture of a plant and the app will determine whether the plant has a disease or not.

Here we'll be doing potato disease classification.

  • Dataset consist of leaf images from healthy potato plants and diseased potato plants (Early blight and Late blight)
  • 3 classes
    • Early blight, Late blight, Healthy

This project's technology stack will include the following:

  • Tensorflow with Keras API
  • TF dataset
  • Data Augmentation
  • Convolutional Neural Network
  • Tensorflow Lite (Useful for mobile dev)

About

Create Convolutional Neural Network from scratch with potato disease classification. App will allow farmers to snap a picture of a plant and determine whether the plant has a disease or not.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%