bingoset

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


Keywords
bing-image, dataset, image, python
License
MIT
Install
pip install bingoset==0.1.7

Documentation

bingoset

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

PyPI - License PyPI - Python Version Twitter Follow

Welcome to BingoSet

Install

pip3 install bingoset

Set-up

Get your Bingo Image Search API key and execute below command

bingoset set-api-key YOUR_BING_API_KEY_HERE

Usage

bingoset q pikachu

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

Additional/Optional Config

bingoset set-max-results 100

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

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

bingoset set-base-folder-name mydatast

Change the base folder name DEFAULT : dataset