Face Login
0
0
Initial Release
This is an application for face matching and facial login
Open IRIS terminal in your IRIS with installed IPM. Run the command:
USER>zpm "install face-login"
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/face-login.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Open this URL in your browser: http://localhost:55038/facelogin/index.html
Select the menu item Compare Faces
Choose 2 different images with the same person face and compare, wait some seconds for a result
Now, Choose 2 different images with different persons faces and compare, wait some seconds for a result
Initial Release