ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.61k stars 13.51k forks source link

Doing face encoding in nodejs #1266

Open avifatal opened 3 years ago

avifatal commented 3 years ago

Hi, Is there a supporting library that can run face_recognition.face_encodings in nodejs?
I don't want to pass the source image to the python server. just the encoded numbers. Possible? Thanks

KiLJ4EdeN commented 3 years ago

https://github.com/justadudewhohacks/face-api.js/