Touchless Fingerprint is an Android-based application designed to capture and recognize fingerprints without the need for physical contact. Leveraging the camera of the device, this project aims to provide a hygienic and non-intrusive method for fingerprint recognition, suitable for diverse applications like security systems, identity verification, and attendance tracking.
- Touchless Fingerprint Capture: Uses the device's camera to capture fingerprint images.
- Image Processing: Processes and enhances the captured fingerprint images for better recognition.
- Fingerprint Matching: Matches the captured fingerprint against a database of stored fingerprints.
- Hygienic & Non-Intrusive: Eliminates the need for physical contact with traditional fingerprint scanners.
- Android Studio: For running and building the application.
- Android Device: Minimum API level 24 (Android 7.0) with a working camera.
- Clone the repository:
git clone https://github.com/hasanatlodhi/TouchlessFingerPrint.git
- Open the project in Android Studio.
- Build the project and resolve any dependencies.
- Deploy the application to an Android device or emulator.
- Launch the application on your Android device.
- Follow the on-screen instructions to position your finger or thumb in front of the camera.
- Capture the fingerprint image.
- The application will process the image and extract fingerprints

