A simple toy implement of face recognition that aimed to clarify the process of face recognition. Created by Pycharm, the .idea folder is the configure files of Pycharm project.
You can run train.py to train a CNN with olivettifaces, a database of 400 face images.
You can run use.py to test the modle that you build with the train.py.