:boom: NEW GUIDE: <Face Recognition in Kotlin Apps...
# feed
d
💥 NEW GUIDE: Face Recognition in Kotlin Apps — Best Practices, Pitfalls &amp; SDKs Hey devs 👋 — the 3DiVi team just dropped a hands-on guide for anyone building face recognition features in Kotlin. It covers: • Why Kotlin plays so well with face recognition tech • How to pick the right Face SDK (open-source vs. commercial) • The top 3 integration pitfalls — and how to dodge them like a pro If you’re working on Android apps with biometrics or planning to integrate facial recognition, this one’s worth a read!
🚫 4
not kotlin but kotlin colored 1
🤑 4
s
If someone is looking for help here, this is what I use on JVM: https://djl.ai/examples/docs/face_detection.html On Android just use Google ML Kit. iOS also comes with an easy to use face detection. Does someone know a better or faster free face detection for Kotlin/JVM?