| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CompreFace_1.1.0.zip | 2022-10-07 | 22.8 kB | |
| CompreFace 1.1.0.tar.gz | 2022-10-07 | 10.9 MB | |
| CompreFace 1.1.0.zip | 2022-10-07 | 11.7 MB | |
| README.md | 2022-10-07 | 1.2 kB | |
| Totals: 4 Items | 22.6 MB | 0 | |
Features
- Massive UX/UI redesign
- Wizard for creating the first facial recognition service
- Pose plugin
- Service statistics
- Automatic login after registration
- Updated session logic, no need to re-login if the user is active
- Property to set max image size in the .env file
- Property to set the number of processes of uwsgi in the .env file
- Property to set connection and read timeouts in the .env file
- Optimized RAM usage
Fixes
- Postgres superuser permissions are not required anymore
- Other fixes
Migration from 1.0.1 version
- No special migration is needed
How to install:
- Download CompreFace_1.1.0.zip archive or run:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v1.1.0/CompreFace_1.1.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.