I wrote this project to practice the Jetpack MVVM & share my experiences implementation of face recognition powered by some FaceEngine SDK. During my last job, I implemented 4 FaceEngines provided by 4 different companies. They are mostly similar to each other, only one of them needs to implement their build-in face lib.
I chose the ArcSoft FaceEngine SDK for this project because of they APIs and document are better in my opinion.
As I said, this is a demo project. I share my understanding of the face recognition process with you through this project, and I hope you can offer me some advices in the Issue. Another key point is the Jetpack, I'm of it and I believe it's the best way to build a modern App so far.
Register a developer account to get your AppID & SdkKey and input them into gradle.properties file, then just hit it!
Copyright 2018-2020 NARUTONBM
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.