Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.11 KB

File metadata and controls

48 lines (32 loc) · 1.11 KB

FaceLiveness

Offline face verification app written in Kotlin.


✨ Features

  • Face liveness detection and offline verification.
  • Android-focused implementation.
  • Secure local data handling.

🏗️ Architecture

  • Modular Android app, with main logic under app/.
  • Utilizes standard Gradle build system.
  • Local storage for verification results.

🗂️ Project Structure

  • app/ - Main application code.
  • .idea/ - IDE configurations.
  • Build/config files: build.gradle, settings.gradle, gradle.properties, .gitignore, etc.
  • Gradle wrapper and scripts.

🚀 Getting Started

Clone the repo:

git clone https://github.com/ramsaran09/FaceLiveness.git

Open in Android Studio.
Build and run the app from the app module.
Use ./gradlew build to build from command line.


🧩 Dependencies

  • Kotlin
  • Android SDK
  • Gradle