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) 105 B
import { Args } from "./Args"; export declare namespace DefaultArgs { function getDefault(): Args; }