Securing ATM Transactions using Face Recognition Article Swipe
YOU?
·
· 2020
· Open Access
·
· DOI: https://doi.org/10.30534/ijatcse/2020/59922020
· OA: W3033468605
The implementation of ATM machines comes with the issue of being accessed by illegitimate users with valid authentication code.This project provides service to the user only when the user is legitimate or the user is verified by the legitimate user of the ATM card.The users are verified by comparing the image taken in front of the ATM machine, to the images which are present in the database.If the user is legitimate the new image is used to train the model for further accuracy.In case of an illegitimate user, a web link is sent to the registered mobile number who owns the ATM card, to verify the access of the illegitimate user to his/her account only then the user is considered as a legitimate user.Histogram algorithm and Machine learning techniques are used to identify the personals using the machine.This system uses openCV to process the image being obtained and Haar Cascade Classifier to detect the faces in the image.The face recognition is done using Local Binary Pattern.These processes are done in AWS cloud for their architecture facilities.