A Machine Learning script to detect a users face using haarcascade like feature and predict on users face using CNN (Convolutional Neural Networks).
- keras
- numpy
- cv2
To run: face_recog.py follow:
-
Open terminal and redirect to Face_Recog directory and type in :"python3 face_recog.py"
-
After training model, click on PREDICT button to predict on the face:
NOTE:- Atleast scan two faces for results.