Basic Real time Face Recognition Check-in Application
- cmake 3.22
- poetry 1.1
- python 3.8
poetry env use python3.8
poetry install
cp .env.template .env
Edit .env file configuration
Add face images to images
folder
And run following command
poetry run python train.py
poetry run python main.py
Press q
to stop recognizer
If you want to send check in image to telegram group, start worker at another terminal
poetry run python worker.py