Get Started

Here you can see a typical biometric system based on FindFace Enterprise Server SDK:

system_en

FindFace Enterprise Server SDK consists of the Biometric Data Analysis and Recognition Server (FindFace Server or Server hereinafter) and, optionally, the video face detector and other additional components.

The FindFace Server functioning is provided by interaction of the following components:

Component Description
findface-facenapi Python daemon which runs HTTP API. This daemon executes face detection functions, interfaces with MongoDB and findface-nnapi and tarantool@FindFace daemons.
tntapi (tarantool@FindFace as a shard) Daemon which enables interaction with the face descriptors index.
findface-nnapi Daemon which extracts a feature vector (based on neural networks). Requires the packages with models <findface-data>.deb.
MongoDB Database which stores faces metadata, galleries details, settings, etc.
findface-upload Nginx web server used to receive images using WebDAV.
NTLS Local license server which interfaces with NtechLab Global License Server (for network licensing) or a USB dongle (for on-premise licensing) and passes a license to licensable components.

Follow the 9 steps below to start delivering face recognition services to your customers:

  1. Choose deployment architecture
  2. Prepare hardware
  3. Install prerequisites
  4. Install FindFace Server
  5. Create a token and test the system work
  6. Configure video face detection
  7. Increase performance by setting up nginx load balancing and fast index
  8. Add advanced features
  9. Finalize the system with coding