Offline face verification app written in Kotlin.
- Face liveness detection and offline verification.
- Android-focused implementation.
- Secure local data handling.
- Modular Android app, with main logic under
app/. - Utilizes standard Gradle build system.
- Local storage for verification results.
app/- Main application code..idea/- IDE configurations.- Build/config files:
build.gradle,settings.gradle,gradle.properties,.gitignore, etc. - Gradle wrapper and scripts.
Clone the repo:
git clone https://github.com/ramsaran09/FaceLiveness.gitOpen in Android Studio.
Build and run the app from the app module.
Use ./gradlew build to build from command line.
- Kotlin
- Android SDK
- Gradle