flutter-ml / google_ml_kit_flutter

A flutter plugin that implements Google's standalone ML Kit
MIT License
907 stars 709 forks source link

How to detect people using face mask #641

Closed andikatp closed 1 month ago

andikatp commented 1 month ago

How to detect if user using face mask or not?

fbernaly commented 1 month ago

This is the documentation for face detection:

https://developers.google.com/ml-kit/vision/face-detection

Other than that is outside of the scope of this plugin.