The system is built on a web application by using flask and Google Vision API for text detection and recognition. The system also uses DeepFace model architecture for face recognition and Haar Cascade Classifier Algorithm for face detection using OpenCV library
Step 1: Change Your Google Credentials in client.py file
os.environ['GOOGLE_APPLICATION_CREDENTIALS'] = 'your_credentials.json'
Step 2: Change Your Camera Setup in client.py file
cam1 = cv2.VideoCapture(0)
cam2 = cv2.VideoCapture('...')
Step 3: Run client.py file
NOTE: THIS REPO IS SCHOOL ASSIGNMENT (THESIS)