| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CompreFace_1.0.0.zip | 2022-04-22 | 21.2 kB | |
| README.md | 2022-04-10 | 1.6 kB | |
| Totals: 2 Items | 22.9 kB | 0 | |
Features
- Manage Collection page. Now you can manage subjects and images with our user-friendly UI.
- Added 'Delete images in bulk' endpoint. Now you can delete several examples at one request.
- Added mask plugin for Detection and Verification services
- Added default Detection and Verification face services
- Added query parameter to "List of All Saved Examples of the Subject" endpoint. Now you can filter examples by subject.
Fixes
- https://github.com/exadel-inc/CompreFace/issues/556
- https://github.com/exadel-inc/CompreFace/issues/723
- Other fixes
More updates
- We released Postman documentation
- Instructions on how to install CompreFace on AWS and CloudFormation script
- Released single docker image option to deploy CompreFace
Migration from 0.6.1 version
- No special migration is needed
How to install:
- Download CompreFace_1.0.0.zip archive or run:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v1.0.0/CompreFace_1.0.0.zip' && unzip tmp.zip && rm tmp.zip - To start CompreFace run:
docker-compose up -d - Open in your browser: http://localhost:8000/login
- To stop properly run:
docker-compose stop - To start again run:
docker-compose start
More detail install guide(and Windows instructions) is on our readme page.