🎲 CLI Toolkit to quickly create image dataset using Bing Image Search API
pip3 install bingoset
Get your Bingo Image Search API key and execute below command
bingoset set-api-key YOUR_BING_API_KEY_HERE
bingoset q pikachu
This will download 250 (default) images of pikachu into a directory called dataset (default)
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