Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 376 Bytes

File metadata and controls

13 lines (11 loc) · 376 Bytes

face-recognition

A simple face recognition system using Scikit-learn and OpenCV

Install dependencies using pip

  • pip install scikit-learn
  • pip install imutils
  • pip install numpy
  • pip install opencv-python

Run the face recognition system using the following commands

  • python extract_embeddings.py
  • python train_model.py
  • python recognize.py -i images/image.jpg