# face-detect-opencv **Repository Path**: sclu/face-detect-opencv ## Basic Information - **Project Name**: face-detect-opencv - **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-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # face-detect-opencv Face-Detect project using ```opencv2```,```python3.7``` and [shape_predictor_68_face_landmarks](https://github.com/davisking/dlib-models) # How to do ## install dependency(```pip install```)via ```Mac``` - ```pip3 install opencv2``` - ```pip3 install dlib``` (It takes long time) # Source - [shape_predictor_68_face_landmarks](https://github.com/davisking/dlib-models) - [Inspired](https://github.com/kairess/face_detector)