Set up super basic face detection

This commit is contained in:
heyarne 2020-05-02 14:43:49 +02:00
commit 09d2d3b92d
5 changed files with 117 additions and 4 deletions

View file

@ -7,5 +7,12 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL"
"license": "GPL",
"dependencies": {
"@tensorflow-models/facemesh": "0.0.1",
"@tensorflow/tfjs-converter": "^1.7.4",
"@tensorflow/tfjs-core": "^1.7.4",
"buffer": "^5.6.0",
"process": "^0.11.10"
}
}