I want to use deepface a python lib based on google FaceNet for face verification purpose in my app.
This library requires TensorFlow, so can I use this in the backend of my app that is written in node.js ?
I want to use deepface a python lib based on google FaceNet for face verification purpose in my app.
This library requires TensorFlow, so can I use this in the backend of my app that is written in node.js ?
There is an npm package for using FaceNet, although slightly outdated.
There is also an implementation here that should be useful to you.