Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.29 KB

SmartFace is a high-performance, scalable, face recognition server platform able to process multiple real-time video streams in parallel. Leveraging Innovatrics’ industry-leading algorithm, SmartFace allows system integrators to easily incorporate face recognition into their solutions. https://www.innovatrics.com/face-recognition-solutions/

Integrating with SmartFace

Any system can integrate with SmartFace by using API (OpenAPI/OData) and pub-sub notifications (ZeroMQ).

For more information see:

  • OpenAPI - Swagger UI
  • sfcli - You can use command line based user interface to interact with the Smart Face API and receive notifications.
  • docker - SmartFace can be easily deployed using docker containers.

Getting Started

  1. Deploy SmartFace (ask for demo/installation https://www.innovatrics.com/face-recognition-solutions/)

  2. Start video face recognition using following CLI command (or use GUI)

$ sfcli camera add -s:c:\temp\wafs.mp4 -e:true
  1. Recognized faces - receive notifications using following CLI command (or use GUI)
$ sfcli --zero-mq-host localhost notifications -t:faces.insert