Detect faces from real time camera feed and draws a rectangular boundary around the face and shows the confidence rate
Install python packages with pip command
pip install numpy
pip install argparse
pip install imutils
pip install cv2python faces_detection.py --prototxt deploy.prototxt.txt --model res10_300x300_ssd_iter_140000.caffemodel