Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 256 Bytes

File metadata and controls

5 lines (3 loc) · 256 Bytes

Face Recognition in the browser

This application will use vanilla JavaScript to perform face recognition in the browser.

We'll be using face-api.js which is a wrapper around tensorflow. This will allow us to do real time face detection in the browser.