项目作者: bhavin250495

项目描述 :
Python Image downloading script using Microsoft cognitive services
高级语言: Python
项目地址: git://github.com/bhavin250495/BingImageSearchScript.git
创建时间: 2019-03-27T10:54:50Z
项目社区:https://github.com/bhavin250495/BingImageSearchScript

开源协议:

下载


BingImageSearchScript

Python Image downloading script using Microsoft cognitive services

Create Azure account get you secret key and paste it in the script

subscription_key = "ENTER YOUR BING API KEY HERE"

Help

  1. $ python sciptName.py -h
  2. usage: Seach keyword from bing, create folder downlaod images and save it
  3. [-h] [--s S] [--c C]
  4. optional arguments:
  5. -h, --help show this help message and exit
  6. --s S Search keyword
  7. --c C Image Count

Example Usage download 20 images of apple

  1. $ python ImageDownloader.py --s Apple --c 20