react-facetracking
v0.1.0
Published
Components for anonymous client-side face tracking via webcam
Downloads
2
Readme
Installing WebGazer
npm install webgazer seems to fail.
Instead, build it locally. (You can do this in another folder so you don't include all the install stuff in the current repo)
git clone [email protected]:brownhci/WebGazer
npm i
npm run build
npm pack
clone the .tgz to this project. Then in package.json use "webgazer": "file:webgazer-[version].tgz"
to install it from the tgz.