https://github.com/mahanama94/biometric-auth
https://github.com/mahanama94/biometric-auth
authentication biometrics hand-recognition
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahanama94/biometric-auth
- Owner: mahanama94
- Created: 2017-03-01T14:58:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T23:34:27.000Z (over 9 years ago)
- Last Synced: 2024-12-31T12:29:24.777Z (over 1 year ago)
- Topics: authentication, biometrics, hand-recognition
- Language: Java
- Size: 616 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biometric-Auth
Simple Hand Geometry based authentication scheme, capable of being packaged with an application.
## Installation
1. Database Configuration
- MySQL – Use the database.sql file to create the required table structure in the MYSQL database.
- Derby – Use the database-derby file to generate the table structure in derby embedded
2. Configure the database properties in the src/main/resources/hibernate.cfg.xml ( Follow the example given in hibernate.cfg.example.xml given )
3. Build the application using maven ( mvn clean install )
4. Use target/Biometric-Auth-1.0-SNAPSHOT-jar-with-dependencies.jar to run the application
## Scheme
The system uses 12 basic measurements on the hand geometry
- Height of fingers
- Width of the Fingers (Measured at the base)
- Measurements of the palm ( refer the image )
