Set up super basic face detection
This commit is contained in:
parent
7e37ce499b
commit
09d2d3b92d
5 changed files with 117 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue