Releases: exadel-inc/CompreFace
Releases · exadel-inc/CompreFace
CompreFace 0.3.0
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:
- Download
CompreFace_0.3.0.zip
archive - Extract it
- Run
docker-compose up -d
- To stop it properly run
docker-compose stop