# FaceDetect **Repository Path**: labiubiu/FaceDetect ## Basic Information - **Project Name**: FaceDetect - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-22 - **Last Updated**: 2021-11-02 ## 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.