An open API service indexing awesome lists of open source software.

https://github.com/ashwin-rajeev/face-recognition

A simple face recognition system using scikit-learn and OpenCV
https://github.com/ashwin-rajeev/face-recognition

face-detection face-recognition machine-learning python scikit-learn

Last synced: 8 months ago
JSON representation

A simple face recognition system using scikit-learn and OpenCV

Awesome Lists containing this project

README

          

# 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