This Android app integrates various functionalities using Google ML Kit, including QR code scanning, object detection, face detection, and image labeling.
- Quickly scan QR codes using the device's camera.
- Obtain the decoded information from the scanned QR codes.
- Detect and identify objects in images.
- View bounding boxes around recognized objects.
- Detect faces in images.
- Retrieve information about detected faces, such as smile probability and eye openness.
- Label objects in images.
- Get information about the labels and their confidence levels.
To use the app, follow these steps:
- Clone the Repository:
git clone https://github.com/your-username/mlkit-scanner.git cd mlkit-scanner