Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

x-sk217/image-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Collector

license stars forks

Overview

This program collects images from Google Image Search.

Description

You can download any number of images from Google Image Search.
It will help you to collect datasets for machine learning.

Requirement

  • Python 3.6 or higher
  • beautifulsoup4, requests, termcolor
pip install -r requirements.txt

Usage

--------------------------------------------------
              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

Licence

MIT License

Notice

I do not assume any responsibility for copyright issues.

Releases

No releases published

Packages

 
 
 

Languages