You are on page 1of 5

FACE RECOGNITION BASED ON ATTENDANCE SYSTEM

1. ABSTRACT

The Project is an automated system to deposit and withdrawal the cash from an ATM machine
by providing the high level security. The security to the users account is given both by face
authentication and also the usual password authentication.

To authenticate with face initially user will be registering his account by submitting the
password and uploading the image may be of face or any image during registration, once the
registration done successful , his/her normal password and image password will be saved in the
database. Next time when the user wants to utilize his account the user will be authenticated
either by image or with the general password authentication. The ATM processing on face image
helps the users transactions prevent from hackers. The usual authentication by general passwords
may be hacked by guessing but there is no chance of hacking the password that has been
generated when the image or face image is used for authentication , which prevent from
hachers..

User will be provided with two options either he/she can use general password or face option.
When user uses general password option, his/her password will be checked against the
information present in the database. Once credentials are verified, will be presented with the
home page using which he/she can do the transactions. Will have two types of transactions
namely savings and current accounts in our application. Also will have withdrawal and saving
options in both account type, in savings will use debit type account and in current will use credit
type account. Similarly for the image mode the procedure will go on, but here the number
associated with the face will be checked in the database , if matches than face image or the
normal image is valid else not valid, if not valid will not be presented with the home page to do
the transactions.
2.0 INTRODUCTION

Face authentication system which we have developed aims at providing the


secure ATM transaction. In this system will have two modes of transactions, normal password
mode transaction and image based transaction. During registration user will set the normal
password for normal mode of transaction and for the image based transaction user will upload
the image may be of his/her faces , which will be saved in the database when registration done
successful. Next time when user logon, can use either password mode or image mode for ATM
transactions. For the normal password mode , the entered password will be checked against the
password in the database if valid than user will be presented with user home page , which will
have saving and current mode of transactions. Similarly when select image mode of
transaction, the image uploading during the logon will be compared or checked against the
image from the database saved by the user during registration. If image matches, user will be
presented with a user home and can do the rest of transaction using his/her account number.
The image mode of transaction will provide secure transaction as here we are going to use face
image or normal image for the user credentials which will prevent from un authorized access.

2.1 Purpose

The purpose of our project is to provide a secure ATM transaction, so that we can prevent from
un authorized access of the user account by the hackers or un authorized users. To do this we are
going to use a face image based authentication, in order to secure transaction by preventing un
authorized access.

2.2 Scope

During the registration user should upload the image may be of face image for image mode of
transaction. Because user need to again upload the same image during logon into ATM
transaction, if image matches than user can access the home page else user will get an logon
error.
2.3 Goals:

Goal of our project is to assist the user by providing the secure ATM transaction with the help of
face image based authentication, which helps in preventing un authorized access by the hackers.

2.4 Features of our project (Advantages)

1. Will have two modes of transaction, normal password mode and image mode.

2. Will provide secure transaction through image mode logon.


3.0. SYSTEM ANALYSIS AND DECRIPTION

3.1. EXISTING SYSTEM:

In the existing system we have a facility of using the general password


option in order to authenticate the user before making access his/her account. Its possible that if
some hackers know or steal the password and than can make use of the general password to
perform the transactions without the knowledge of the owner of the account. There by security
through this general password is not up to the mark that means we cant ensure maximum security
through the general password mode of transaction. In order to provide security in ATM
transaction we are including face option apart from general password mode of transaction.

3.2 PROPOSED SYSTEM:

In the proposed system in order to provide the security in the ATM


transaction, we are including the option known as image or face image option apart from the
general password option. Using the face image mode we can ensure security of the password.
The user when uses his/her face image, corresponding random unique number will be generated
and it will be saved in the database. When user upload the image during logon then the number
to the face image and image will be checked against the image saved in the database, if matched
than user will be able to access the home page and can perform the transactions. Here will have
security as every person will have unique face image. Hence the hacker can’ t access the
account. Thus security will be maintained in our application.
SYSTEM REQUIREMENTS:

HARDWARE REQUIREMENTS:

• System : Pentium IV 2.4 GHz.


• Hard Disk : 40 GB.
• Floppy Drive : 1.44 Mb.
• Monitor : 15 VGA Colour.
• Mouse : Logitech.
• Ram : 1GB

SOFTWARE REQUIREMENTS:

 Operating system : Windows 7.


 Coding Language : C#.NET
 Tool : Visual Studio 2017
 Database : SQL SERVER 2012

You might also like