Skip to content

A simple face recognition system using scikit-learn and OpenCV

License

Notifications You must be signed in to change notification settings

Ashwin-Rajeev/face-recognition

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages