Recognized faces in a live video stream through webcam
face.py contains code for creating our own dataset using opencv.
train.py contains the code for training our model using a pretrained model- vgg16 through transfer learning.
face_test.py contains the code for face recognition in a live video stream (prediction).