Skip to content

vuonglv1612/face-recognition-checkin

Repository files navigation

FACE RECOGNITION CHECK-IN

Basic Real time Face Recognition Check-in Application

1. Dependencies

  • cmake 3.22
  • poetry 1.1
  • python 3.8

2. Installation

poetry env use python3.8
poetry install

3. Configuration

cp .env.template .env

Edit .env file configuration

4. Training

Add face images to images folder

And run following command

poetry run python train.py

5. Start recognizer

poetry run python main.py

Press q to stop recognizer

6. Start worker

If you want to send check in image to telegram group, start worker at another terminal

poetry run python worker.py

About

Basic Real time Face Recognition Check-in Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages