Skip to content

A flutter based android/ios application which uses firebase's mlvision to recognise human faces from the picked images from the gallery/(camera) source.

Notifications You must be signed in to change notification settings

uV3301/FaceDec_FirebaseML-facerecognition

Repository files navigation

FaceDec

A face detecting application built on flutter framework
Integrated with Google's FirebaseVision to model and test results

Screenshots

homepage imagescanning results

How to?


Download

Download/clone the entire repository and save in a dir

Update/Download Dependencies

cd <your dir>
flutter pub get
flutter pub run flutter_launcher_icons:main // for app icon

Build you application

  • For debugging purposes
flutter run 
flutter run -d <your device>     // if multiple devices
  • For release
flutter build apk               // apk output at build\app\outputs\apk\

To install in connected device

flutter install


Feel free to contribute with ❤️

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

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

About

A flutter based android/ios application which uses firebase's mlvision to recognise human faces from the picked images from the gallery/(camera) source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published