Face Identify by using Tensorflow and Opencv. It's propotype is the MNIST model.
- face_detection.py is used to create the original face photo by using Opencv.
- photo_data_generator.py is used to create the train and test datas in the form of MNIST.
- identifie.py is used to train the NN until a accurancy given, then start to open the camera, capture the facce, give NN's result in the screen.