Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.77 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.77 KB

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