CompreFace 0.4.1
Pre-release
Pre-release
Fixes
- Added header and footer to demo page
- Test and Demo pages supports more then one face on the image
- More friendly error message when session is expired
- More friendly error message when user uploads incorrect image
- Better autocomplete support
- Lots of fixes for roles and permissions system
Migration from 0.4.0
There are no breaking changes in 0.4.1, to migrate from 0.4.0 all you need is:
- Stop CompreFace with command:
docker-compose stop
- Download new version, extract it and replace old files with new
- Run
docker-compose up -d
How to install:
- Download CompreFace_0.4.1.zip archive or run:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v0.4.1/CompreFace_0.4.1.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.