Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 303 Bytes

CNN_FaceRecognition

first. prepare the python environment

pip install requirements.txt

second. make your own dataset

python faces_add.py

third. train the model

python train.py

four. start test

python recognition.py

You can have a basic acknowledge about CNN through this project.