Face recognition System using opencv2 python3
Opencv module is used for computer vision applications
sudo apt install python3-pip
pip3 install opencvExtracts faces as training data
Training extracted face data and create model
Recognize the face using saved model