Skip to content

A Convolutional Neural Network based image classification model to detect disease in plants.

Notifications You must be signed in to change notification settings

sudoshivam/plant-disease-DL

Repository files navigation

Disease Prediction Model for Tomato Plant

A Convolutional Neural Network based image classification model to disease in tomato plant leaves.

Files

  • plant_disease.ipynb contains the code to develop and train the model.
  • model folder contains the saved model.

Run Locally

  • Install git, anaconda or miniconda.
  • Run git clone https://github.com/sudoshivam/plant-disease-DL.git in cmd or terminal to clone the project or you can simply download the folder and unzip it.
  • create an anaconda environment with python3.6. Refer this link for tutorial.
  • Activate conda anvironment and run the commands given in dependencies.txt file to install required libraries.
  • Open new anaconda prompt in project folder and run following command flask run
  • Now the app should be running in anaconda prompt. Open the given url in a web browser to use the app.

Demo

Choose an image file and click on Upload or paste link to an image in the URL box and click on Proceed. home

Model will predict the disease in leaf. It also shows which disease has highest probability. result

About

A Convolutional Neural Network based image classification model to detect disease in plants.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published