# android_face_ncnn **Repository Path**: cloud_lee/android_face_ncnn ## Basic Information - **Project Name**: android_face_ncnn - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # android_face_ncnn 基于ncnn的人脸识别 [![](https://jitpack.io/v/zhu260824/android_face_ncnn.svg)](https://jitpack.io/#zhu260824/android_face_ncnn) How to To get a Git project into your build: Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { implementation 'com.github.zhu260824:android_face_ncnn:0.0.1-SNAPSHOT' }