CV.py is the computer vision script, annotated for a user to follow
haarcascade_frontalface_default.xml contains a series of cascading tests for the facial detection fucntion.
PLEASE NOTE THAT NO IMAGES ARE BEING SAVED WHILE USING THIS SCRIPT. THE PURPOSE OF THE SCRIPT IS TO USE FACIAL DETECTION METHODS AND NOT FACIAL REGOCNITION METHODS. NO FACE WILL BE STORED IN MEMORY AS THE INTENTION IS TO DETECT A CHANGE IN POSITION IN ANY DETECTED FACE
To run, please install a code editor capable of running Python, and download OpenCV with command pip install opencv python
Download cserver.c and run it on a raspberry pi to begin connection