justadudewhohacks / face-api.js

JavaScript API for face detection and face recognition in the browser and nodejs with tensorflow.js
MIT License
16.7k stars 3.71k forks source link

Question: Is face-api.js based on OpenCV? #679

Open TheEagle82 opened 4 years ago

TheEagle82 commented 4 years ago

Is face-api.js based on OpenCV? Also, can we do face-recognition based on Local binary Patterns Histogram? And how we can train a specific Neural Network model?

Thanks.

ali-tafakkori commented 4 years ago

No, It is base on TensorFlow. Good luck.