face-api.js
Version:
JavaScript API for face detection and face recognition in the browser with tensorflow.js
27 lines • 1.38 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var tf = require("@tensorflow/tfjs-core");
exports.tf = tf;
var draw = require("./draw");
exports.draw = draw;
var utils = require("./utils");
exports.utils = utils;
tslib_1.__exportStar(require("./ageGenderNet/index"), exports);
tslib_1.__exportStar(require("./classes/index"), exports);
tslib_1.__exportStar(require("./dom/index"), exports);
tslib_1.__exportStar(require("./env/index"), exports);
tslib_1.__exportStar(require("./faceExpressionNet/index"), exports);
tslib_1.__exportStar(require("./faceLandmarkNet/index"), exports);
tslib_1.__exportStar(require("./faceRecognitionNet/index"), exports);
tslib_1.__exportStar(require("./factories/index"), exports);
tslib_1.__exportStar(require("./globalApi/index"), exports);
tslib_1.__exportStar(require("./mtcnn/index"), exports);
tslib_1.__exportStar(require("./ops/index"), exports);
tslib_1.__exportStar(require("./ssdMobilenetv1/index"), exports);
tslib_1.__exportStar(require("./tinyFaceDetector/index"), exports);
tslib_1.__exportStar(require("./tinyYolov2/index"), exports);
tslib_1.__exportStar(require("./euclideanDistance"), exports);
tslib_1.__exportStar(require("./NeuralNetwork"), exports);
tslib_1.__exportStar(require("./resizeResults"), exports);
//# sourceMappingURL=index.js.map
;