Skip to content

This is a simple face detector app which can detect more than 15 faces in a pic with very high accuracy. I have used Flutter and Firebase ML-kit for creating this app.

License

Notifications You must be signed in to change notification settings

mohdshadaab/Face_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection Using Firebase ML-Kit

Steps

  1. First create a Firebase project and add the image_picker and firebase_ml_vision dependencies.
  2. Use image_picker to get the image from camera/gallery & convert it into a format that can be understood by ML Kit.
  3. Pass the converted image to the detector and get it to scan the image for possible faces.
  4. The face detector will return a list of Face class which contains the Rect coordinates.
  5. The Painter will then use these coordinates to draw a rectangular box around the faces using these coordinates

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This is a simple face detector app which can detect more than 15 faces in a pic with very high accuracy. I have used Flutter and Firebase ML-kit for creating this app.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published