face-recognition.js is a Node.js wrapper around dlib’s face detection and recognition tools. It provides JavaScript and TypeScript APIs for loading images, locating faces, extracting face crops, and training labeled recognizers. Developers can compare unknown faces with stored examples and receive ranked predictions with distance values. The package also includes five-point and 68-point facial landmark predictors for alignment and analysis. Synchronous and Promise-based asynchronous methods...