This Android application utilizes ML Kit's Face Detection API to detect faces in images or live camera feeds. It also integrates Ktor for making network requests and Gson for JSON serialization. This app is connected to a server that stores employee data and uses the face detection feature to verify the identity of employees.
Here is the link to the server repository: Employee Face Detector Server
Before running the app, ensure you have the following installed:
- Android Studio - The official IDE for Android development.
- Android SDK - Install using Android Studio's SDK Manager.
- Clone the repository to your local machine:
git clone https://github.com/fsfaysalcse/EmployeFaceDatabaseSearch.git
- Open the project in Android Studio.
- Build and run the project on an emulator or physical device.
- Grant the app permission to access the camera.
- The app will open to the main screen where you can choose to detect faces in an image or using the live camera feed.
Ask Me Anything , I'm here to help you :) →