init
parents
Showing
.gitignore
0 → 100644
dist/euclideanDistance.d.ts
0 → 100644
dist/euclideanDistance.js
0 → 100644
dist/euclideanDistance.js.map
0 → 100644
dist/face-recognition.min.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/faceRecognitionNet.d.ts
0 → 100644
dist/faceRecognitionNet.js
0 → 100644
dist/faceRecognitionNet.js.map
0 → 100644
dist/index.d.ts
0 → 100644
dist/index.js
0 → 100644
dist/index.js.map
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
| { | |||
| "name": "face-recognition.min", | |||
| "version": "0.0.0", | |||
| "description": "face recognition API for the browser with tensorflow.js", | |||
| "main": "./dist/index.js", | |||
| "typings": "./dist/index.d.ts", | |||
| "scripts": { | |||
| "build": "rollup -c rollup.config.js && tsc" | |||
| }, | |||
| "keywords": [ | |||
| "face", | |||
| "detection", | |||
| "recognition", | |||
| "tensorflow", | |||
| "tf" | |||
| ], | |||
| "author": "justadudewhohacks", | |||
| "license": "MIT", | |||
| "dependencies": { | |||
| "@tensorflow/tfjs-core": "^0.11.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/node": "^10.1.1", | |||
| "rollup": "^0.59.1", | |||
| "rollup-plugin-commonjs": "^9.1.3", | |||
| "rollup-plugin-node-resolve": "^3.3.0", | |||
| "rollup-plugin-typescript2": "^0.14.0", | |||
| "rollup-plugin-uglify": "^3.0.0", | |||
| "tslib": "^1.9.1", | |||
| "typescript": "^2.8.3" | |||
| } | |||
| } |
rollup.config.js
0 → 100644
src/euclideanDistance.ts
0 → 100644
src/faceRecognitionNet.ts
0 → 100644
src/index.ts
0 → 100644
test/descriptors/howard.json
0 → 100644
test/descriptors/leonard.json
0 → 100644
test/descriptors/penny.json
0 → 100644
test/descriptors/raj.json
0 → 100644
test/descriptors/sheldon.json
0 → 100644
test/imgdata/howard.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
test/imgdata/leonard.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
test/imgdata/penny.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
test/imgdata/raj.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
test/imgdata/sheldon.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
test/test.html
0 → 100644
tsconfig.json
0 → 100644
weights/face_recognition_model.weights
0 → 100644
File added
Please
register
or
sign in
to comment