tensorflow-helpers
Version:
Helper functions to use tensorflow in nodejs for transfer learning, image classification, and more
11 lines (10 loc) • 348 B
TypeScript
import * as tfjs from '@tensorflow/tfjs';
export * from './browser/model';
export * from './browser/classifier';
export * from './tensor';
export * from './image-model';
export * from './image-utils';
export * from './classifier-utils';
export * from './model-utils';
export declare let tensorflow: typeof tfjs;
export declare let tf: typeof tfjs;