Skip to content

r-wambui/Agro-detect-model

Repository files navigation

Agro-detect-model

Create model which when give an image of a crop infested with disease its able to detect which type of disease

Installation and Setup

Download Anaconda for your the specific platform

Create conda environment for Python3

conda create -n "environment_name" python=3.7

Activate the environment.

conda activate environment_name

Clone the repo

https://github.com/r-wambui/Agro-detect-model.git

Navigate to the root folder

cd Agro-detect-model

create a data directory

mkdir data
  • Download the dataset here. I'm using the dataset without augmentation and uzip the files.

  • Rename the folder to dataset.

  • We need to split this dataset into train and test. On the terminal run

python split_data.py

Releases

No releases published

Packages

No packages published