Skip to content

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

About

A simple face recognition system using scikit-learn and OpenCV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages