# FaceDetection **Repository Path**: wangweidegittee/FaceDetection ## Basic Information - **Project Name**: FaceDetection - **Description**: An android app for face detection using dlib and opencv - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FaceDetection Face detection on Android using dlib and opencv. ## Prerequisites - Android Studio - Android 5.0 (API 21) or higher - dlib 19.16 - opencv-3.4.3-android-sdk ## Compile and run 1. Clone this repository with command: git clone https://github.com/lightweh/FaceDetection.git; 2. Import your project into the Android Studio; 3. Run the project; ## Sample ![](https://raw.githubusercontent.com/lightweh/FaceDetection/master/sample/demo.gif) ## Contact [https://www.cnblogs.com/lightweh/](https://www.cnblogs.com/lightweh/) ## License [MIT](https://github.com/lightweh/FaceDetection/blob/master/LICENSE)