Features
- Updated CUDA to 11.1 version (Ampere Nvidia GPU generation is supported)
Migration from 1.0.0 version
- Please check this article to make sure your GPU is supported. If you use the CPU version, no actions are needed.
How to install:
- Download CompreFace_1.0.1.zip archive or run:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v1.0.1/CompreFace_1.0.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.