UNPKG

image-classifier-ts

Version:

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

7 lines (6 loc) 130 B
export declare namespace GoogleVision { type LabelAnnotation = { score: number; description: string; }; }