Skip to content

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

License

Notifications You must be signed in to change notification settings

Akshay090/bingoset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages