Simple Face Recognition algorithm using Python and OpenCV
- Python 3.5
- OpenCV 3.4.0
- Numpy
This project consist of 3 parts, which are:
- Creating datasets (face_datasets.py)
- Train the model (training.py)
- Face Recognition (face_iden.py)
This is the Project implementing Facial Recognition with the help of - OpenCV , Numpy and Python
Python
Simple Face Recognition algorithm using Python and OpenCV
This project consist of 3 parts, which are: