1) Change all of the hard-coded paths into paths generated from FaceDetector and FaceCluster.py, in the projectdata.zip
2) Look at 'fix.jpg' to remedy the issue with the clustering function in the .py file attached, as currently it utilizes a random github. Instead, use face_recognition.face_encodings and the Kmeans function from OpenCV to accomplish this task.
3) Look at 'fix2.jpg' to remedy the issue with no results.json and clusters.json file being generated from the conclusion of the code (Also in 3.3 of the projectoutline).