CompreFace 0.6.1
Pre-release
Pre-release
Fixes
- fix for #621 issue - "Connection Error: sorry, too many clients already"
- fix for #621 issue - "Your Layer or Model is in an invalid state"
Migration from 0.6.0 version
No special migration needed
How to install:
- Download CompreFace_0.6.1.zip archive or run:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v0.6.1/CompreFace_0.6.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.