A simple face recognition system using Scikit-learn and OpenCV
- pip install scikit-learn
- pip install imutils
- pip install numpy
- pip install opencv-python
- python extract_embeddings.py
- python train_model.py
- python recognize.py -i images/image.jpg
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple face recognition system using Scikit-learn and OpenCV