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) 129 B
export declare namespace EnvironmentVariables { function validateOrThrow(): void; function getApiKeyOrThrow(): string; }