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.