Skip to content

duyet/pm-face-recognizer

Repository files navigation

PM Detector

You hate your PM right? How to detect him and trigger something?

Install

Install python, opencv.

pip install -r requirements.txt

Getting started

  1. Get the training faces
python get_training_face.py

Enter user id: 1

It will capture 200 images for label 1.

.github/screenshot-1.png

  1. Train the model:
python train_model.py
  1. Predict
python predict.py

.github/screenshot-2.png


Open the predict.py, add some code to trigger something.

Releases

No releases published

Packages

No packages published

Languages