UNPKG

image-classifier-ts

Version:

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

6 lines (5 loc) 137 B
export declare class CsvWriter { private readonly filePath; constructor(filePath: string); writeRow(rows: string[]): void; }