Skip to content

Script to download the Digipathos plant disease image database from the EMBRAPA website

License

Notifications You must be signed in to change notification settings

georg-un/digipathos-plant-disease-img-db-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digipathos Plant Disease Image Database Downloader

This project is a downloader for the plant disease image database provided by EMBRAPA (Brazilian Agricultural Research Corporation). Further information on the database can be found in this paper.

Codacy Badge

Requirements

You will need python 3.6 or higher installed. Additionally, you will need the python module requests. If you haven't already installed it, install it with pip install requests.

Installation

With git installed, you can install the downloader with:

git clone https://github.com/georg-un/digipathos-plant-disease-img-db-downloader
cd digipathos-plant-disease-img-db-downloader

Usage

To use the downloader, open a terminal in the project folder and run the following command:

python3.6 run.py

Note: You can tell the script to download only original or cropped images.
To download only original images use the command python3.6 run.py original.
To download only cropped images use the command python3.6 run.py cropped.

About

Script to download the Digipathos plant disease image database from the EMBRAPA website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages