huan / node-facenet

Solve face verification, recognition and clustering problems: A TensorFlow backed FaceNet implementation for Node.js.
https://zixia.github.io/node-facenet/
Apache License 2.0
405 stars 78 forks source link

Rewrite `facenet` pure JS version based on `tensorflow.js` so that we can run facenet in Browser natively! #155

Open huan opened 5 years ago

huan commented 5 years ago

Todo

See Also

sziraqui commented 5 years ago

Hi, has there been any progress on this? Are there any major hardles in implementing facenet with tfjs as of today?

huan commented 5 years ago

@sziraqui Thank you for your attention.

You can have a look at face.js at https://github.com/justadudewhohacks/face-api.js, which is currently working very well with tfjs.