# FaceDetect **Repository Path**: etimeman20/FaceDetect ## Basic Information - **Project Name**: FaceDetect - **Description**: 人脸识别很牛的库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-23 - **Last Updated**: 2021-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Run the code like this: *python face_detect.py abba.png* If you want to understand how the code works, the details are here: https://realpython.com/blog/python/face-recognition-with-python/ Update: Now supports OpenCV3. This change has been made by furetosan ( https://github.com/furetosan) and tested on Linux. To run the OpenCV3 version, run facedetect_cv3.py.