/face-recognition

A simple face recognition system using scikit-learn and OpenCV

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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