github exadel-inc/CompreFace v1.1.0
CompreFace 1.1.0

latest release: v1.2.0
19 months ago

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:

  1. 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
  2. To start CompreFace run:
    docker-compose up -d
  3. Open in your browser: http://localhost:8000/login
  4. To stop properly run:
    docker-compose stop
  5. To start again run:
    docker-compose start

More detail install guide(and Windows instructions) is on our readme page.

Don't miss a new CompreFace release

NewReleases is sending notifications on new releases.