UNPKG

image-dataset

Version:

Tool to build image dataset: collect, classify, review

5 lines (4 loc) 179 B
export declare function collectByKeyword(keyword: string, options?: { cli_prefix?: string; }): Promise<void>; export declare function main(keywords: string[]): Promise<void>;