arungovindm2001 / Facial-Detection-App

Facial Detection App: An android app that uses Firebase API to detect faces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facial Detection App

Detect faces easily using this Facial Detection Android App. Written purely in Java, this app uses the Google Firebase ML Kit - a mobile ML SDK that is powerful yet easy-to-use package and the Wonderkiln CameraKit - an easy to use android library.
This app is purely on-device and you don't need internet for the app to work.
Displays the face statistics after snapping the photo. The photo doesnt get saved in your phone so you don't have to worry about storage! 😛

Screenshots

Installation

  1. First you need to have Android Studio installed in your device. If you haven't, click here

  2. Clone this repo using this command below
    git clone https://github.com/arungovindm2001/Facial-Detection-App

  3. Open the project with Android Studio.

  4. Connect your phone with developer mode switched on

    • Steps to turn on developer mode:
      1. Open Settings.
      2. Select System.
      3. Scroll to the bottom and select About phone.
      4. Scroll to the bottom and tap Build number 7 times.
      5. Return to the previous screen to find Developer options near the bottom.
      6. Scroll down and enable USB debugging.
  5. Your device should be present on the virtual devices list.

  6. Run the app. The app will open in your phone. DONE!!

WARNING: The app is still in development stage. You might run into some issues while installing.

About

Facial Detection App: An android app that uses Firebase API to detect faces.


Languages

Language:Java 100.0%