| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CompreFace_0.6.1.zip | 2021-11-03 | 8.6 kB | |
| README.md | 2021-10-19 | 892 Bytes | |
| Totals: 2 Items | 9.5 kB | 0 | |
Fixes
- fix for https://github.com/exadel-inc/CompreFace/issues/621 issue - "Connection Error: sorry, too many clients already"
- fix for https://github.com/exadel-inc/CompreFace/issues/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.