Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 388 Bytes

Face validation

Use the face as a password

Preparing data

Generate the embeddings for the user image with the script in utils/save_embeddings.py. Change the username and image path if needed.

Copy the database generated, users.db, into app/data/users.db.

Build

docker-compose build

Run

docker-compose up flask

Navigate to http://127.0.0.1:5000/login