Skip to content

Releases: exadel-inc/CompreFace

CompreFace 0.3.0

13 Sep 11:52
af9704c
Compare
Choose a tag to compare
CompreFace 0.3.0 Pre-release
Pre-release

CompreFace is the application for face recognition that can be integrated as a standalone server or deployed on cloud, and can be set up and used without machine learning knowledge.

We use one of the most popular face recognition methods based on deep neural networks, and provide a convenient API for model training and face recognition. We also provide a convenient roles system with which you can easily control who has access to the model.

Every user can create several models trained on different subsets of people.

How to install:

  1. Download CompreFace_0.3.0.zip archive
  2. Extract it
  3. Run docker-compose up -d
  4. To stop it properly run docker-compose stop