# software_engineering-dlib_face_recognition **Repository Path**: wjwilliam/software_engineering-dlib_face_recognition ## Basic Information - **Project Name**: software_engineering-dlib_face_recognition - **Description**: software_engineering 课程设计 基于dlib的人脸识别 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-17 - **Last Updated**: 2022-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于dib的动态人脸识别以及活体检测 ## usage ### 有python环境 ``` pip install -r requirement.txt python Server.py python App.py ``` ### 没有python环境 ``` ./Server.exe ./App.exe ```