项目作者: Akshay090

项目描述 :
🎲 CLI Toolkit to quickly create image dataset using Bing Image Search API
高级语言: Python
项目地址: git://github.com/Akshay090/bingoset.git
创建时间: 2020-04-27T06:12:17Z
项目社区:https://github.com/Akshay090/bingoset

开源协议:MIT License

下载




bingoset





CLI Toolkit to quickly create image dataset using Bing Image Search API

PyPI - License
PyPI - Python Version
Twitter Follow

Welcome to BingoSet

Install

  1. pip3 install bingoset

Set-up

Get your Bingo Image Search API key and execute below command

  1. bingoset set-api-key YOUR_BING_API_KEY_HERE

Usage

  1. bingoset q pikachu

This will download 250 (default) images of pikachu into a directory called dataset (default)

Additional/Optional Config

  1. bingoset set-max-results 100

Change the maximum number of images per request by the Bing API, eg : 100
DEFAULT : 250

  1. bingoset set-group-size 20

Change the group size of images you want to download, eg : 100
groupsize is number of search results to return “per page”
DEFAULT : 50

  1. bingoset set-base-folder-name mydatast

Change the base folder name
DEFAULT : dataset