UNPKG

image-classifier-ts

Version:

Command line tool to auto-classify images, renaming them with appropriate labels. Uses Node and Google Vision API.

5 lines (4 loc) 77 B
export declare type Dimensions = { width: number; height: number; };