Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 413 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 413 Bytes

Face-Identify

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.