$ photoface\Scripts\activate.bat
$ mkdir .training
This creates labelled thumbnails in .training
$ python createTrainingData.py <photo directory>
This creates two files .training/trainer.yml - which contains the face model .training/names - which contains the mapping from faceID to name
$ python createFaceModel.py
This extracts faces from unlabeled pictures and writes them to .testing Images that are recognized are labelled. Unknown images are labelled as Unknown.
$ mkdir .testing
$ python extractAndLabelsFaces.py <photo directory>