face detection + multi faces check

filtering before crop prompt - do we need to have user crop photos with only one face?
This commit is contained in:
genki
2026-01-01 01:02:42 -05:00
parent 3f15bfabc1
commit dba64b89b6
10 changed files with 444 additions and 9 deletions

View File

@@ -72,4 +72,10 @@ dependencies {
// Coil Images
implementation(libs.coil.compose)
// ML Kit
implementation(libs.mlkit.face.detection)
implementation(libs.kotlinx.coroutines.play.services)
}