Ravi879 / Face-Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Detection using Firebase ML-Kit

A demo application that used the google's ml kit which detects the faces in image. You can select image from the gallery or use the camera for live face detection in android phone. For official documentation, click here

  • Download apk from here.

Screenshot

  1. From Gallery
    Screenshot 1
  2. From Camera
    Screenshot 2

Quick explanation of repository directory :

  1. screenshot: Sample screenshot from mobile emulator, tablet and real mobile device.
  2. code: The android app code.

Prerequisites

  • Google Play services 12.4.51 or newer
  • Android SDK v28
  • Android Support Repository
  • Android Studio 3.1.2 or higher
  • google-services.json in app-level folder

Open and Run Project

  1. open android studio, select File -> Import -> "Existing Projects into your workspace".
  2. go to the path where you cloned the Repo: (repoFolder)\code
  3. create firebase database and paste your google-service.json file into app folder.
  4. rebuild the project and run.

Built With

Author

  • Ravi Gadhiya

License

License

Support

Please feel free to submit issues with any bugs or other unforeseen issues you experience.