This program collects images from Google Image Search.
You can download any number of images from Google Image Search.
It will help you to collect datasets for machine learning.
Python 3.6
or higherbeautifulsoup4
,requests
,termcolor
pip install -r requirements.txt
--------------------------------------------------
Image Collector v1.0.0
--------------------------------------------------
usage: image_collector.py [-h] -t TARGET_NAME -n NUM_IMAGES [-d DOWNLOAD_DIR]
[-f]
Image Collector v1.0.0
optional arguments:
-h, --help show this help message and exit
-t TARGET_NAME, --target TARGET_NAME
Target name
-n NUM_IMAGES, --number NUM_IMAGES
Number of images
-d DOWNLOAD_DIR, --directory DOWNLOAD_DIR
Download location
-f, --force Whether to overwrite existing files
I do not assume any responsibility for copyright issues.