# face-recognition **Repository Path**: markabc/face-recognition ## Basic Information - **Project Name**: face-recognition - **Description**: 基于tensorflow和openCV的人脸识别系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-03-17 - **Last Updated**: 2021-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于tensorflow和openCV的人脸识别系统 ## 版本说明: ### python 3.5.6 ### tensorflow 1.8.0 ### keras 2.1.6 ### opencv-python 4.1.2.30 ## 运行程序: ```python # 通过电脑的摄像头获取人脸图片 python get_face.py # 训练模型 python face_train.py # 运行识别程序 python Face_recognition.py ``` ## 由于训练出来的模型有50Mb,所以没有放在git仓库里面,请自行训练模型 - cv2 - numpy - sklearn - TensorFlow - keras