- First create a Firebase project and add the image_picker and firebase_ml_vision dependencies.
- Use image_picker to get the image from camera/gallery & convert it into a format that can be understood by ML Kit.
- Pass the converted image to the detector and get it to scan the image for possible faces.
- The face detector will return a list of Face class which contains the Rect coordinates.
- The Painter will then use these coordinates to draw a rectangular box around the faces using these coordinates
-
Notifications
You must be signed in to change notification settings - Fork 28
piyushsinha24/Face-Detector
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Face Detection using Firebase ML-Kit
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published