@vladmandic/human
Version:
Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition
18 lines (17 loc) • 539 B
TypeScript
export declare const version: {
'tfjs-core': string;
'tfjs-backend-cpu': string;
'tfjs-backend-webgl': string;
'tfjs-data': string;
'tfjs-layers': string;
'tfjs-converter': string;
tfjs: string;
};
export * from '@tensorflow/tfjs-core';
export * from '@tensorflow/tfjs-converter';
export * from '@tensorflow/tfjs-data';
// export * from "@tensorflow/tfjs-layers";
// export * from "@tensorflow/tfjs-backend-cpu";
// export * from "@tensorflow/tfjs-backend-wasm";
// export * from "@tensorflow/tfjs-backend-webgl";
export {};