SlideShare a Scribd company logo
1 of 10
Download to read offline
http://www.iaeme.com/IJARET/index.asp 34 editor@iaeme.com
International Journal of Advanced Research in Engineering and Technology (IJARET)
Volume 10, Issue 2, March- April 2019, pp. 34-43, Article ID: IJARET_10_02_004
Available online at http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=02
ISSN Print: 0976-6480 and ISSN Online: 0976-6499
© IAEME Publication
BIOMETRIC BASED ATTENDANCE
REGISTRATION AND CONSOLIDATION
SYSTEM USING RASPBERRY PI3 AND
AMAZON WEB SERVER
Dr. Dhiraj Sunehra
Department of Electronics & Communication Engineering
Faculty of Engineering & Technology
Jawaharlal Nehru Technological University Hyderabad, Hyderabad
ABSTRACT
Conventionally, in schools and colleges, attendance is taken by the teacher by
calling students names or roll numbers, mark his or hers presence or absence in the
attendance register. Later attendance is fed into a computer and the attendance
percentage is calculated using software in offline mode. This method is time
consuming and also requires more man power. In this project, a portable Biometric
based Attendance Registration and Consolidation System (BARCS) using Raspberry
Pi3 and Amazon Web Server is developed. This handheld biometric attendance
registration device can be carried by the teacher to the classroom to register the
student’s attendance of a particular session through circulation among students. At
the end of a session, attendance data gets stored in a database in the Raspberry Pi
computer. Then, Pi computes the subject wise attendance percentage and sends it to
the Amazon web server for uploading on the developed webpage. The user can view
the subject wise attendance by accessing the webpage. Also an SMS is sent to the
students mobile when their attendance gets registered. The developed system is
intended for programmes wherein students have to meet the minimum attendance
requirements in each subject of the programme in a particular semester/year.
Keywords: Handheld Biometric Attendance Registration Device, Raspberry Pi3,
Python language, PHP, Amazon Web Server
Cite this Article: Dr. Dhiraj Sunehra, Biometric Based Attendance Registration and
Consolidation System Using Raspberry PI3 and Amazon Web Server, International
Journal of Advanced Research in Engineering and Technology, 10 (2), 2019, pp 34-
43.
http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=2
1. INTRODUCTION
Around the world, in several educational institutions, presence or absence of the students for
the classes of various subject teachers is taken into consideration to decide whether a student
is eligible to appear for the semester end or annual examinations or not. It also shows the
Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and
Amazon Web Server
http://www.iaeme.com/IJARET/index.asp 35 editor@iaeme.com
students interest in the subjects, and play a vital role in the smooth functioning of the
academic system and maintaining the reputation of the institution.
In many institutions, biometric attendance system is being used nowadays. Many a times,
biometric attendance is taken once in a day or incoming or outgoing fingerprints are taken.
This method indicates the presence of the student in the campus, but does not gather session
wise attendance which is needed for calculating student’s attendance percentage, to decide
whether or not, he (she) fulfils the academic requirements to appear for the examinations.
2. LITERATURE REVIEW
Srinidhi and Romil Roy have used RFID and biometrics to develop a web based attendance
monitoring system. The system can detect location of the student or faculty within the
campus. Also an automated SMS is sent to the parent’s mobile, when their ward reaches the
college. An email is sent to both parent and student, if the student falls shortage of attendance
[1]. Amena Khatun et al implemented a biometric-based attendance system that can
automatically capture students’ attendance by recognizing their iris [2]. Poornima et al
presented an automated attendance system based on face recognition [3]. Sunil Jadhav et al
have used a smart phone application, where in the mobile device acts as a scanner to scan the
QR code present on the student’s ID card and register the student’s attendance [4]. Sunehra
and Goud have implemented an arduino based attendance recording device using keypad and
LCD. The recorded attendance is sent from this device via ZigBee to a Raspberry Pi web
server to display the consolidated attendance onto the webpage [5].
3. SYSTEM DESCRIPTION
3.1. Block Diagram of the BARCS
Figure 1 shows the block diagram of the Biometric based Attendance Registration and
Consolidation System (BARCS). In this system, fingerprint sensor acts as an input device
connected to the Raspberry Pi through RS232 to USB converter. LCD and GSM modules are
used as output devices.
Raspberry Pi is the centralized component which is interfaced with all the devices.
Initially the students and faculty need to register their fingerprints. To start taking attendance,
the subject faculty will first login by placing his fingerprint on the sensor module to start the
session. Then the handheld biometric attendance registration device (BARD) is circulated in
the class so that all the students present in the class can register their attendance by placing
their fingerprint on the module. When any student or faculty places his finger, the biometric
device will scan his fingerprint and compare with the database of fingerprints present within
the fingerprint module. If the fingerprint matches, the output of fingerprint module is logic 1,
otherwise it is logic 0. The attendance of students (for whom output is logic 1) is stored in the
Pi. At the end of the class (session), the subject teacher will again place his fingerprint on the
sensor module to close the session.
Then Raspberry Pi will update the attendance of all the students, and the consolidated
attendance and corresponding attendance percentages will be sent to the Amazon Web server
for uploading the attendance information of that subject on to the webpage. Similar process
will continue for each session. Whenever the student or faculty registers the attendance, a
message “Finger found” is displayed on the LCD and a SMS is sent to their mobile number.
Dr. Dhiraj Sunehra
http://www.iaeme.com/IJARET/index.asp 36 editor@iaeme.com
Figure 1 Block Diagram of Biometric Based Attendance Registration and Consolidation System
3.2. Raspberry Pi3
Raspberry Pi3 is a small sized, single-board computer. It has a Broadcom BCM2837 System
on Chip (SoC) module. It has a 64-bit quad-core ARMv8-Cortex-A53 processor. By default,
it is operating at 1.2 GHz. The Raspberry Pi3 Model B is shown in Figure 2.
The Raspberry Pi3 requires a 5V, 2.5A DC supply. For storage purpose, Raspberry Pi
requires an external micro SD card, as it does not have any internal storage or hard disk on
board. Raspberry Pi3 consists of 40 pins, out of which 26 are general purpose input and
output (GPIO) pins. It has one Ethernet port which is used to provide internet to the
Raspberry Pi. It has four USB ports and Bluetooth connection. Raspberry Pi3 has 1GB RAM
memory and 512 MB is shared with graphical processing unit (GPU) [6]. It has BCM43143
wireless LAN to provide Wi-Fi. It consists of a 15 pin MIPI camera serial interface.
Figure 2 Raspberry Pi3 Board
3.3. Fingerprint module
Fingerprint module has an optical fingerprint sensor and a high speed DSP processor (Figure
3). It is a digital input device, which reads the digital data from the user (in the form of
fingerprint) and generates output as 2D or 3D image. When a fingerprint matches with already
registered fingerprints, the output of the module is logic 1, otherwise it is logic 0. The storage
capacity of R307 Fingerprint module is 1000. It consists of six GPIO pins. Fingerprint
module requires a RS-232 cable for serial communication at a baud rate ranging from
9600bps to 115200bps.
Raspberry Pi3
Board
RS232 to
USB serial
interface
Fingerprint
sensor
(R307)
LCD
Amazon
Web Server
GSM Module
Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and
Amazon Web Server
http://www.iaeme.com/IJARET/index.asp 37 editor@iaeme.com
Figure 3 Fingerprint module
3.4. GSM SIM900A Modem
Figure 4 shows the GSM SIM 900A modem. To connect GSM to the microcontroller or PC, it
requires a RS-232 interface connector. It is a Dual-band GSM operated with frequencies
900/1800 MHz [7]. Internet access (2G) is provide through the inbuilt TCP/IP stack and it
uses Time division multiple access (TDMA) technique. It is mostly used for sending SMS,
voice and data transfer applications. It can adjust the baud rate from 9600 to 115200 by using
simple AT commands.
Figure 4 GSM SIM 900A modem
3.5. LCD
LCD is an electronic display. A 16×2 LCD displays 16 characters in single line, two such
lines are present. It operates at a voltage of 5V DC. It consists of two registers, viz. command
register and data register. To store the instructions of the command for the LCD, command
register is used. For the LCD, predefined task can be done by AT commands. Predefined
functions include clear screen, placing of cursor position, to control the display and soon. To
store data on the LCD, data register is used.
3.5. Software Tools
We use various software tools such as ExtraPuTTY, Python, HTML and PHP in the
implementation of BARCS. To login to the Raspberry Pi and to communicate with the server
Extra PuTTY software is used [8]. Raspberry Pi uses a high level programming language such
as Python. C Python is the most widely used interpreted language because of its portability,
and it has a extensive pre-coded libraries [9]. The webpage designing is done using HTML
and PHP to show the attendance subject wise [10].
Dr. Dhiraj Sunehra
http://www.iaeme.com/IJARET/index.asp 38 editor@iaeme.com
4. SCHEMATIC DIAGRAM AND FLOWCHART
4.1. Schematic Diagram of the system
Figure 5 shows the schematic diagram of Biometric Based Attendance Registration and
Consolidation System.
Figure 5 Schematic Diagram of BARCS
4.2. Flowchart
The flowcharts of the sequence of events that occur in the Biometric Attendance Recording
and Consolidation system and User side are shown in Figure 6 and Figure 7 respectively.
When the system is initialized, all the components like fingerprint sensor, GSM module, LCD
are initialized. The faculty has to give his/her fingerprint to the sensor, if it is matched, then
the Name of the faculty, course code is displayed on the LCD. Then the system allows
students to register their fingerprints. If student fingerprint is matched, name of the student
and ID number is displayed on the LCD. GSM module then sends a SMS to the student as
“your attendance is registered”. After certain period of time all the students give their
attendance by registering their fingerprints using the handheld biometric attendance
registration device (BARD).
When the session time is completed, the faculty again has to give his/her attendance to
close the session. The Raspberry Pi computes the attendance of each student and the entire
data will be updated to the SQL database, and it will be uploaded to the Amazon Web server.
The webpage displays the attendance percentage of each student for each subject.
Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and
Amazon Web Server
http://www.iaeme.com/IJARET/index.asp 39 editor@iaeme.com
Figure 7 Flowchart of events at User side
Figure 6 Flowchart of BARCS
LCD displays
Faculty name and subject
name
All Students register
their fingerprints
Start
Welcome message
displayed on the LCD
“Biometric Based
Attendance System”
LCD displays
“Waiting for Finger”
Teacher registers
fingerprint at start of
session
Finger print
matched?
SMS sent to students
mobiles
Teacher registers his
fingerprint to close the
session
Pi computes the
consolidated attendance
percentage of each
student
Pi uploads the attendance
information to Amazon
Web server
T
F
Start
User enters IP address of
Raspberry Pi to view the
Webpage
Name of the subjects
displayed
Selects the Subject
Attendance particulars of
that Subject are
displayed
Stop
Dr. Dhiraj Sunehra
http://www.iaeme.com/IJARET/index.asp 40 editor@iaeme.com
The above procedure is used for all the sessions of a particular course and other courses in
the semester/year. The student or parent can check the consolidate attendance percentage at
any point of time on the webpage by entering the IP address of Raspberry Pi. Hence this
system gives the attendance subject-wise as desired.
5. EXPERIMENTAL SETUP AND RESULTS
Figure 8 shows the experimental setup of Biometric Based Attendance Registration and
Consolidation system using Raspberry Pi. The various modules such as fingerprint sensor,
LCD, GSM module are interfaced with the Raspberry Pi.
Figure 8 Experimental Setup of BARCS
When we initialize the system, the LCD welcome message is displayed as shown in
Figure 9.
Figure 9 Welcome Message on LCD Display
After initializing the LCD, the GSM module is also initialized and LCD displays as “GSM
Module OK” shown in Figure 10.
RS232 to USB serial
interface
16× 2 LCD display
Raspberry Pi 3
Board
R307 Fingerprint sensor
GSM module
Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and
Amazon Web Server
http://www.iaeme.com/IJARET/index.asp 41 editor@iaeme.com
Figure 10 GSM module initialization message on LCD
When the fingerprint sensor is initialized the LCD displays “Wait for Finger” as shown in
Figure 11.
Figure 11 “Wait for Finger message” is displayed on LCD initially before start of the session
At the beginning of the class (session), when the faculty places his fingerprint, “Finger
Found” message is displayed on LCD, if his fingerprint matches with the fingerprints in the
faculty database stored in the fingerprint module (Figure 12). The Faculty ID and Name are
displayed on the LCD as shown in Figure 13.
Figure 12 “Finger Found” message is displayed on LCD when Faculty fingerprint matches to
start the session
Figure 13 Faculty ID and Name are displayed on LCD when Faculty fingerprint matches at the start
of the session
Similarly, when a student registers his attendance by placing his fingerprint on the
Biometric Attendance Recording Device (BARD), attendance status will be shown on LCD
and a SMS is sent to student’s mobile as shown in Figure 14.
Figure 14 SMS is sent to student’s mobile along with date and time stamp when his attendance gets
registered
Dr. Dhiraj Sunehra
http://www.iaeme.com/IJARET/index.asp 42 editor@iaeme.com
By entering the IP address of the Raspberry Pi, user can login to the BARCS webpage.
Figure 15 shows the snapshot of the developed webpage. On the web page, all the subjects
names are displayed. By clicking on a particular subject, we can get the corresponding subject
attendance. The attendance will be displayed as total classes, present classes, absent classes,
and attendance percentage.
Figure 15 Snapshot of developed Webpage of BARCS
Sample consolidated student attendance particulars in the subject of System Advanced
Data Communications (ADC) for M.Tech I Year I Semester are shown on the webpage
(Figure 16). This data is stored in My SQL database. In this investigation, we have taken the
total number of students in the class to be five.
Figure 16 Snapshot of developed Webpage showing consolidated attendance of all students along
with percentage of attendance
Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and
Amazon Web Server
http://www.iaeme.com/IJARET/index.asp 43 editor@iaeme.com
6. CONCLUSIONS
In the proposed attendance management system, a portable biometric based attendance
recording and consolidation system is developed. This system saves a good amount of time of
the teacher as the teacher need not callout student name and enters the attendance manually in
a register. This system reduces the required manpower for feeding the attendance into a
computer and avoids use of special software for required to calculate the attendance
percentage. As it is a biometric system, it is more secure. The message alert feature helps the
student to know that his attendance is registered.
REFERENCES
[1] Srinidhi MB and Romil Roy, A web enabled secured system for attendance monitoring and
real time location tracking using Biometric and Radio Frequency Identification (RFID)
technology, International Conference on Computer Communication and Informatics (ICCCI),
8-10 Jan. 2015, Coimbatore, India, pp. 1-5, IEEE.
[2] Amena Khatun, A.K.M. Fazlul Haque, Sabbir Ahmed, Md. Mahfujur Rahman, “Design and
implementation of iris recognition based attendance management system”, International
Conference on Electrical Engineering and Information Communication Technology
(ICEEICT), 21-23 May 2015, Dhaka, pp.1-6, IEEE.
[3] S.Poornima, N.Sripriya, B.Vijayalakshmi , P.Vishnupriya, “Attendance monitoring system
using facial recognition with audio output and gender classification”, International Conference
on Computer, Communication and Signal Processing (ICCCSP), 10-11 Jan. 2017, Chennai,
India, pp. 1-5, IEEE.
[4] S. Sunil Jadhav, S. Akash Gagare, Pooja Gunjal, Jagtap Vidya, “Android Based Smart
Attendance System using QR Code: A Review”, International Journal of Advance Research
and Innovative Ideas in Education, Vol.4, Issue 3, 2018, pp.1096-1099.
[5] Dhiraj Sunehra and V. Surender Goud, “Attendance Recording and Consolidation System
using Arduino and Raspberry Pi”, International Conference on Signal Processing,
Communication, Power and Embedded System (SCOPES), Paralakhemundi, India 3-5 Oct.
2016, pp.1240-1245, IEEE.
[6] https://www.raspberrypi.org/
[7] Rhydo Technologies (P) Ltd., “SIM900-RS232 GSM/GPRS Modem User Manual”, 2011.
[8] https://en.wikipedia.org/wiki/PuTTY.
[9] Richard L. Halterman, “Learning to Program with Python”, 2011 (www.cs.uky.edu/).
[10] Larry Ullman, “PHP for the Web”, Peachpit Press, San Francisco, 2016.

More Related Content

What's hot

MONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITY
MONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITYMONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITY
MONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITYijcsit
 
RFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verificationRFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verificationAssociate Professor in VSB Coimbatore
 
IRJET- Improvisation in the Attendance Supervision Method through RFID ba...
IRJET-  	  Improvisation in the Attendance Supervision Method through RFID ba...IRJET-  	  Improvisation in the Attendance Supervision Method through RFID ba...
IRJET- Improvisation in the Attendance Supervision Method through RFID ba...IRJET Journal
 
ELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSD
ELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSDELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSD
ELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSDMartin Wachiye Wafula
 
IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED
 
Smart Student Monitoring System using RFID
Smart Student Monitoring System using RFIDSmart Student Monitoring System using RFID
Smart Student Monitoring System using RFIDIRJET Journal
 
Impressive smart card based electronic voting system
Impressive smart card based electronic voting systemImpressive smart card based electronic voting system
Impressive smart card based electronic voting systemeSAT Journals
 
FINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCE
FINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCEFINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCE
FINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCEFairulAiman1
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET Journal
 
IRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric AttendanceIRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric AttendanceIRJET Journal
 
Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...TELKOMNIKA JOURNAL
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET Journal
 
ARM 9 Based Intelligent System for Biometric Figure Authentication
ARM 9 Based Intelligent System for Biometric Figure AuthenticationARM 9 Based Intelligent System for Biometric Figure Authentication
ARM 9 Based Intelligent System for Biometric Figure AuthenticationRadita Apriana
 
RFID Based Student Attendance Management System in India
RFID Based Student Attendance Management System in IndiaRFID Based Student Attendance Management System in India
RFID Based Student Attendance Management System in IndiaSmart Schooling
 
Biometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 MicrocontrollerBiometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 MicrocontrollerIOSR Journals
 

What's hot (19)

MONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITY
MONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITYMONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITY
MONITORING STUDENT ATTENDANCE USING A SMART SYSTEM AT TAIF UNIVERSITY
 
RFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verificationRFID Based Smart Class Attendance System with Absentees using Face verification
RFID Based Smart Class Attendance System with Absentees using Face verification
 
IRJET- Improvisation in the Attendance Supervision Method through RFID ba...
IRJET-  	  Improvisation in the Attendance Supervision Method through RFID ba...IRJET-  	  Improvisation in the Attendance Supervision Method through RFID ba...
IRJET- Improvisation in the Attendance Supervision Method through RFID ba...
 
ELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSD
ELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSDELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSD
ELECTRONIC MANAGEMENT SYSTEM BASED ON RFID AND USSD
 
IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED-V2I1P37
IJSRED-V2I1P37
 
Smart Student Monitoring System using RFID
Smart Student Monitoring System using RFIDSmart Student Monitoring System using RFID
Smart Student Monitoring System using RFID
 
Impressive smart card based electronic voting system
Impressive smart card based electronic voting systemImpressive smart card based electronic voting system
Impressive smart card based electronic voting system
 
FINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCE
FINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCEFINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCE
FINGERPRINT AUTHENTICATION SYSTEM FOR EXAMINATION ATTENDANCE
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using BiometricIRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
IRJET- Safe and Secure Smart Electronic Voting Machine using Biometric
 
april201629
april201629april201629
april201629
 
IRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric AttendanceIRJET- IoT based Facial Recognition Biometric Attendance
IRJET- IoT based Facial Recognition Biometric Attendance
 
Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...Secured e-payment system based on automated authentication data and iterated ...
Secured e-payment system based on automated authentication data and iterated ...
 
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
IRJET - Real Time Face Recognition in Electronic Voting System using RFID and...
 
ARM 9 Based Intelligent System for Biometric Figure Authentication
ARM 9 Based Intelligent System for Biometric Figure AuthenticationARM 9 Based Intelligent System for Biometric Figure Authentication
ARM 9 Based Intelligent System for Biometric Figure Authentication
 
RFID Based Student Attendance Management System in India
RFID Based Student Attendance Management System in IndiaRFID Based Student Attendance Management System in India
RFID Based Student Attendance Management System in India
 
Implementation of Biometric Based Electoral Fraud Desisting System
Implementation of Biometric Based Electoral Fraud Desisting SystemImplementation of Biometric Based Electoral Fraud Desisting System
Implementation of Biometric Based Electoral Fraud Desisting System
 
Biometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 MicrocontrollerBiometric System Based Electronic Voting Machine Using Arm9 Microcontroller
Biometric System Based Electronic Voting Machine Using Arm9 Microcontroller
 
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING INFRARED SENSORS
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING  INFRARED SENSORS IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING  INFRARED SENSORS
IMPLEMENTATION OF SECURE DOOR AUTOMATION SYSTEMS USING INFRARED SENSORS
 

Similar to BIOMETRIC BASED ATTENDANCE REGISTRATION AND CONSOLIDATION SYSTEM USING RASPBERRY PI3 AND AMAZON WEB SERVER

IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...IRJET Journal
 
IoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEMIoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEMIRJET Journal
 
IRJET- Students Smart Card using RFID
IRJET-  	  Students Smart Card using RFIDIRJET-  	  Students Smart Card using RFID
IRJET- Students Smart Card using RFIDIRJET Journal
 
Attendance System Using Fingerprint Identification With Website Designing And...
Attendance System Using Fingerprint Identification With Website Designing And...Attendance System Using Fingerprint Identification With Website Designing And...
Attendance System Using Fingerprint Identification With Website Designing And...IRJET Journal
 
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...IRJET Journal
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using CloudIRJET Journal
 
Interactive Voice Response System for College automation
Interactive Voice Response System for College automationInteractive Voice Response System for College automation
Interactive Voice Response System for College automationIRJET Journal
 
IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring SystemIRJET Journal
 
Fingerprint Based Attendance System by IOT
Fingerprint Based Attendance System by IOTFingerprint Based Attendance System by IOT
Fingerprint Based Attendance System by IOTIRJET Journal
 
Intelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbeeIntelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbeeIAEME Publication
 
Face Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTFace Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTIRJET Journal
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET Journal
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...IJCSEA Journal
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...IJCSEA Journal
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...IJCSEA Journal
 
Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...
Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...
Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...IJCSEA Journal
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...IJCSEA Journal
 
IRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET Journal
 
IRJET - Face Recognition and Fingerprint based Attendance Monitoring System
IRJET -  	  Face Recognition and Fingerprint based Attendance Monitoring SystemIRJET -  	  Face Recognition and Fingerprint based Attendance Monitoring System
IRJET - Face Recognition and Fingerprint based Attendance Monitoring SystemIRJET Journal
 
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET Journal
 

Similar to BIOMETRIC BASED ATTENDANCE REGISTRATION AND CONSOLIDATION SYSTEM USING RASPBERRY PI3 AND AMAZON WEB SERVER (20)

IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
IRJET- Energy Conservation and Digital Security Notice Board for Smart Class ...
 
IoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEMIoT BASED ATTENDANCE MONITORING SYSTEM
IoT BASED ATTENDANCE MONITORING SYSTEM
 
IRJET- Students Smart Card using RFID
IRJET-  	  Students Smart Card using RFIDIRJET-  	  Students Smart Card using RFID
IRJET- Students Smart Card using RFID
 
Attendance System Using Fingerprint Identification With Website Designing And...
Attendance System Using Fingerprint Identification With Website Designing And...Attendance System Using Fingerprint Identification With Website Designing And...
Attendance System Using Fingerprint Identification With Website Designing And...
 
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...
 
IRJET- Real Time Notice Display System using Cloud
IRJET-  	  Real Time Notice Display System using CloudIRJET-  	  Real Time Notice Display System using Cloud
IRJET- Real Time Notice Display System using Cloud
 
Interactive Voice Response System for College automation
Interactive Voice Response System for College automationInteractive Voice Response System for College automation
Interactive Voice Response System for College automation
 
IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring System
 
Fingerprint Based Attendance System by IOT
Fingerprint Based Attendance System by IOTFingerprint Based Attendance System by IOT
Fingerprint Based Attendance System by IOT
 
Intelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbeeIntelligent students tracking system in campus based on rfid and zigbee
Intelligent students tracking system in campus based on rfid and zigbee
 
Face Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTFace Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoT
 
IRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFIDIRJET- A Survey on: Smart Attendance Management System using RFID
IRJET- A Survey on: Smart Attendance Management System using RFID
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
 
Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...
Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...
Wireless Biometric Fingerprint Attendance System using Arduino and Mysql Data...
 
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
WIRELESS BIOMETRIC FINGERPRINT ATTENDANCE SYSTEM USING ARDUINO AND MYSQL DATA...
 
IRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance System
 
IRJET - Face Recognition and Fingerprint based Attendance Monitoring System
IRJET -  	  Face Recognition and Fingerprint based Attendance Monitoring SystemIRJET -  	  Face Recognition and Fingerprint based Attendance Monitoring System
IRJET - Face Recognition and Fingerprint based Attendance Monitoring System
 
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoTIRJET - Examination Forgery Avoidance System using Image Processing and IoT
IRJET - Examination Forgery Avoidance System using Image Processing and IoT
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 

BIOMETRIC BASED ATTENDANCE REGISTRATION AND CONSOLIDATION SYSTEM USING RASPBERRY PI3 AND AMAZON WEB SERVER

  • 1. http://www.iaeme.com/IJARET/index.asp 34 editor@iaeme.com International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 2, March- April 2019, pp. 34-43, Article ID: IJARET_10_02_004 Available online at http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=02 ISSN Print: 0976-6480 and ISSN Online: 0976-6499 © IAEME Publication BIOMETRIC BASED ATTENDANCE REGISTRATION AND CONSOLIDATION SYSTEM USING RASPBERRY PI3 AND AMAZON WEB SERVER Dr. Dhiraj Sunehra Department of Electronics & Communication Engineering Faculty of Engineering & Technology Jawaharlal Nehru Technological University Hyderabad, Hyderabad ABSTRACT Conventionally, in schools and colleges, attendance is taken by the teacher by calling students names or roll numbers, mark his or hers presence or absence in the attendance register. Later attendance is fed into a computer and the attendance percentage is calculated using software in offline mode. This method is time consuming and also requires more man power. In this project, a portable Biometric based Attendance Registration and Consolidation System (BARCS) using Raspberry Pi3 and Amazon Web Server is developed. This handheld biometric attendance registration device can be carried by the teacher to the classroom to register the student’s attendance of a particular session through circulation among students. At the end of a session, attendance data gets stored in a database in the Raspberry Pi computer. Then, Pi computes the subject wise attendance percentage and sends it to the Amazon web server for uploading on the developed webpage. The user can view the subject wise attendance by accessing the webpage. Also an SMS is sent to the students mobile when their attendance gets registered. The developed system is intended for programmes wherein students have to meet the minimum attendance requirements in each subject of the programme in a particular semester/year. Keywords: Handheld Biometric Attendance Registration Device, Raspberry Pi3, Python language, PHP, Amazon Web Server Cite this Article: Dr. Dhiraj Sunehra, Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and Amazon Web Server, International Journal of Advanced Research in Engineering and Technology, 10 (2), 2019, pp 34- 43. http://www.iaeme.com/IJARET/issues.asp?JType=IJARET&VType=10&IType=2 1. INTRODUCTION Around the world, in several educational institutions, presence or absence of the students for the classes of various subject teachers is taken into consideration to decide whether a student is eligible to appear for the semester end or annual examinations or not. It also shows the
  • 2. Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and Amazon Web Server http://www.iaeme.com/IJARET/index.asp 35 editor@iaeme.com students interest in the subjects, and play a vital role in the smooth functioning of the academic system and maintaining the reputation of the institution. In many institutions, biometric attendance system is being used nowadays. Many a times, biometric attendance is taken once in a day or incoming or outgoing fingerprints are taken. This method indicates the presence of the student in the campus, but does not gather session wise attendance which is needed for calculating student’s attendance percentage, to decide whether or not, he (she) fulfils the academic requirements to appear for the examinations. 2. LITERATURE REVIEW Srinidhi and Romil Roy have used RFID and biometrics to develop a web based attendance monitoring system. The system can detect location of the student or faculty within the campus. Also an automated SMS is sent to the parent’s mobile, when their ward reaches the college. An email is sent to both parent and student, if the student falls shortage of attendance [1]. Amena Khatun et al implemented a biometric-based attendance system that can automatically capture students’ attendance by recognizing their iris [2]. Poornima et al presented an automated attendance system based on face recognition [3]. Sunil Jadhav et al have used a smart phone application, where in the mobile device acts as a scanner to scan the QR code present on the student’s ID card and register the student’s attendance [4]. Sunehra and Goud have implemented an arduino based attendance recording device using keypad and LCD. The recorded attendance is sent from this device via ZigBee to a Raspberry Pi web server to display the consolidated attendance onto the webpage [5]. 3. SYSTEM DESCRIPTION 3.1. Block Diagram of the BARCS Figure 1 shows the block diagram of the Biometric based Attendance Registration and Consolidation System (BARCS). In this system, fingerprint sensor acts as an input device connected to the Raspberry Pi through RS232 to USB converter. LCD and GSM modules are used as output devices. Raspberry Pi is the centralized component which is interfaced with all the devices. Initially the students and faculty need to register their fingerprints. To start taking attendance, the subject faculty will first login by placing his fingerprint on the sensor module to start the session. Then the handheld biometric attendance registration device (BARD) is circulated in the class so that all the students present in the class can register their attendance by placing their fingerprint on the module. When any student or faculty places his finger, the biometric device will scan his fingerprint and compare with the database of fingerprints present within the fingerprint module. If the fingerprint matches, the output of fingerprint module is logic 1, otherwise it is logic 0. The attendance of students (for whom output is logic 1) is stored in the Pi. At the end of the class (session), the subject teacher will again place his fingerprint on the sensor module to close the session. Then Raspberry Pi will update the attendance of all the students, and the consolidated attendance and corresponding attendance percentages will be sent to the Amazon Web server for uploading the attendance information of that subject on to the webpage. Similar process will continue for each session. Whenever the student or faculty registers the attendance, a message “Finger found” is displayed on the LCD and a SMS is sent to their mobile number.
  • 3. Dr. Dhiraj Sunehra http://www.iaeme.com/IJARET/index.asp 36 editor@iaeme.com Figure 1 Block Diagram of Biometric Based Attendance Registration and Consolidation System 3.2. Raspberry Pi3 Raspberry Pi3 is a small sized, single-board computer. It has a Broadcom BCM2837 System on Chip (SoC) module. It has a 64-bit quad-core ARMv8-Cortex-A53 processor. By default, it is operating at 1.2 GHz. The Raspberry Pi3 Model B is shown in Figure 2. The Raspberry Pi3 requires a 5V, 2.5A DC supply. For storage purpose, Raspberry Pi requires an external micro SD card, as it does not have any internal storage or hard disk on board. Raspberry Pi3 consists of 40 pins, out of which 26 are general purpose input and output (GPIO) pins. It has one Ethernet port which is used to provide internet to the Raspberry Pi. It has four USB ports and Bluetooth connection. Raspberry Pi3 has 1GB RAM memory and 512 MB is shared with graphical processing unit (GPU) [6]. It has BCM43143 wireless LAN to provide Wi-Fi. It consists of a 15 pin MIPI camera serial interface. Figure 2 Raspberry Pi3 Board 3.3. Fingerprint module Fingerprint module has an optical fingerprint sensor and a high speed DSP processor (Figure 3). It is a digital input device, which reads the digital data from the user (in the form of fingerprint) and generates output as 2D or 3D image. When a fingerprint matches with already registered fingerprints, the output of the module is logic 1, otherwise it is logic 0. The storage capacity of R307 Fingerprint module is 1000. It consists of six GPIO pins. Fingerprint module requires a RS-232 cable for serial communication at a baud rate ranging from 9600bps to 115200bps. Raspberry Pi3 Board RS232 to USB serial interface Fingerprint sensor (R307) LCD Amazon Web Server GSM Module
  • 4. Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and Amazon Web Server http://www.iaeme.com/IJARET/index.asp 37 editor@iaeme.com Figure 3 Fingerprint module 3.4. GSM SIM900A Modem Figure 4 shows the GSM SIM 900A modem. To connect GSM to the microcontroller or PC, it requires a RS-232 interface connector. It is a Dual-band GSM operated with frequencies 900/1800 MHz [7]. Internet access (2G) is provide through the inbuilt TCP/IP stack and it uses Time division multiple access (TDMA) technique. It is mostly used for sending SMS, voice and data transfer applications. It can adjust the baud rate from 9600 to 115200 by using simple AT commands. Figure 4 GSM SIM 900A modem 3.5. LCD LCD is an electronic display. A 16×2 LCD displays 16 characters in single line, two such lines are present. It operates at a voltage of 5V DC. It consists of two registers, viz. command register and data register. To store the instructions of the command for the LCD, command register is used. For the LCD, predefined task can be done by AT commands. Predefined functions include clear screen, placing of cursor position, to control the display and soon. To store data on the LCD, data register is used. 3.5. Software Tools We use various software tools such as ExtraPuTTY, Python, HTML and PHP in the implementation of BARCS. To login to the Raspberry Pi and to communicate with the server Extra PuTTY software is used [8]. Raspberry Pi uses a high level programming language such as Python. C Python is the most widely used interpreted language because of its portability, and it has a extensive pre-coded libraries [9]. The webpage designing is done using HTML and PHP to show the attendance subject wise [10].
  • 5. Dr. Dhiraj Sunehra http://www.iaeme.com/IJARET/index.asp 38 editor@iaeme.com 4. SCHEMATIC DIAGRAM AND FLOWCHART 4.1. Schematic Diagram of the system Figure 5 shows the schematic diagram of Biometric Based Attendance Registration and Consolidation System. Figure 5 Schematic Diagram of BARCS 4.2. Flowchart The flowcharts of the sequence of events that occur in the Biometric Attendance Recording and Consolidation system and User side are shown in Figure 6 and Figure 7 respectively. When the system is initialized, all the components like fingerprint sensor, GSM module, LCD are initialized. The faculty has to give his/her fingerprint to the sensor, if it is matched, then the Name of the faculty, course code is displayed on the LCD. Then the system allows students to register their fingerprints. If student fingerprint is matched, name of the student and ID number is displayed on the LCD. GSM module then sends a SMS to the student as “your attendance is registered”. After certain period of time all the students give their attendance by registering their fingerprints using the handheld biometric attendance registration device (BARD). When the session time is completed, the faculty again has to give his/her attendance to close the session. The Raspberry Pi computes the attendance of each student and the entire data will be updated to the SQL database, and it will be uploaded to the Amazon Web server. The webpage displays the attendance percentage of each student for each subject.
  • 6. Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and Amazon Web Server http://www.iaeme.com/IJARET/index.asp 39 editor@iaeme.com Figure 7 Flowchart of events at User side Figure 6 Flowchart of BARCS LCD displays Faculty name and subject name All Students register their fingerprints Start Welcome message displayed on the LCD “Biometric Based Attendance System” LCD displays “Waiting for Finger” Teacher registers fingerprint at start of session Finger print matched? SMS sent to students mobiles Teacher registers his fingerprint to close the session Pi computes the consolidated attendance percentage of each student Pi uploads the attendance information to Amazon Web server T F Start User enters IP address of Raspberry Pi to view the Webpage Name of the subjects displayed Selects the Subject Attendance particulars of that Subject are displayed Stop
  • 7. Dr. Dhiraj Sunehra http://www.iaeme.com/IJARET/index.asp 40 editor@iaeme.com The above procedure is used for all the sessions of a particular course and other courses in the semester/year. The student or parent can check the consolidate attendance percentage at any point of time on the webpage by entering the IP address of Raspberry Pi. Hence this system gives the attendance subject-wise as desired. 5. EXPERIMENTAL SETUP AND RESULTS Figure 8 shows the experimental setup of Biometric Based Attendance Registration and Consolidation system using Raspberry Pi. The various modules such as fingerprint sensor, LCD, GSM module are interfaced with the Raspberry Pi. Figure 8 Experimental Setup of BARCS When we initialize the system, the LCD welcome message is displayed as shown in Figure 9. Figure 9 Welcome Message on LCD Display After initializing the LCD, the GSM module is also initialized and LCD displays as “GSM Module OK” shown in Figure 10. RS232 to USB serial interface 16× 2 LCD display Raspberry Pi 3 Board R307 Fingerprint sensor GSM module
  • 8. Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and Amazon Web Server http://www.iaeme.com/IJARET/index.asp 41 editor@iaeme.com Figure 10 GSM module initialization message on LCD When the fingerprint sensor is initialized the LCD displays “Wait for Finger” as shown in Figure 11. Figure 11 “Wait for Finger message” is displayed on LCD initially before start of the session At the beginning of the class (session), when the faculty places his fingerprint, “Finger Found” message is displayed on LCD, if his fingerprint matches with the fingerprints in the faculty database stored in the fingerprint module (Figure 12). The Faculty ID and Name are displayed on the LCD as shown in Figure 13. Figure 12 “Finger Found” message is displayed on LCD when Faculty fingerprint matches to start the session Figure 13 Faculty ID and Name are displayed on LCD when Faculty fingerprint matches at the start of the session Similarly, when a student registers his attendance by placing his fingerprint on the Biometric Attendance Recording Device (BARD), attendance status will be shown on LCD and a SMS is sent to student’s mobile as shown in Figure 14. Figure 14 SMS is sent to student’s mobile along with date and time stamp when his attendance gets registered
  • 9. Dr. Dhiraj Sunehra http://www.iaeme.com/IJARET/index.asp 42 editor@iaeme.com By entering the IP address of the Raspberry Pi, user can login to the BARCS webpage. Figure 15 shows the snapshot of the developed webpage. On the web page, all the subjects names are displayed. By clicking on a particular subject, we can get the corresponding subject attendance. The attendance will be displayed as total classes, present classes, absent classes, and attendance percentage. Figure 15 Snapshot of developed Webpage of BARCS Sample consolidated student attendance particulars in the subject of System Advanced Data Communications (ADC) for M.Tech I Year I Semester are shown on the webpage (Figure 16). This data is stored in My SQL database. In this investigation, we have taken the total number of students in the class to be five. Figure 16 Snapshot of developed Webpage showing consolidated attendance of all students along with percentage of attendance
  • 10. Biometric Based Attendance Registration and Consolidation System Using Raspberry PI3 and Amazon Web Server http://www.iaeme.com/IJARET/index.asp 43 editor@iaeme.com 6. CONCLUSIONS In the proposed attendance management system, a portable biometric based attendance recording and consolidation system is developed. This system saves a good amount of time of the teacher as the teacher need not callout student name and enters the attendance manually in a register. This system reduces the required manpower for feeding the attendance into a computer and avoids use of special software for required to calculate the attendance percentage. As it is a biometric system, it is more secure. The message alert feature helps the student to know that his attendance is registered. REFERENCES [1] Srinidhi MB and Romil Roy, A web enabled secured system for attendance monitoring and real time location tracking using Biometric and Radio Frequency Identification (RFID) technology, International Conference on Computer Communication and Informatics (ICCCI), 8-10 Jan. 2015, Coimbatore, India, pp. 1-5, IEEE. [2] Amena Khatun, A.K.M. Fazlul Haque, Sabbir Ahmed, Md. Mahfujur Rahman, “Design and implementation of iris recognition based attendance management system”, International Conference on Electrical Engineering and Information Communication Technology (ICEEICT), 21-23 May 2015, Dhaka, pp.1-6, IEEE. [3] S.Poornima, N.Sripriya, B.Vijayalakshmi , P.Vishnupriya, “Attendance monitoring system using facial recognition with audio output and gender classification”, International Conference on Computer, Communication and Signal Processing (ICCCSP), 10-11 Jan. 2017, Chennai, India, pp. 1-5, IEEE. [4] S. Sunil Jadhav, S. Akash Gagare, Pooja Gunjal, Jagtap Vidya, “Android Based Smart Attendance System using QR Code: A Review”, International Journal of Advance Research and Innovative Ideas in Education, Vol.4, Issue 3, 2018, pp.1096-1099. [5] Dhiraj Sunehra and V. Surender Goud, “Attendance Recording and Consolidation System using Arduino and Raspberry Pi”, International Conference on Signal Processing, Communication, Power and Embedded System (SCOPES), Paralakhemundi, India 3-5 Oct. 2016, pp.1240-1245, IEEE. [6] https://www.raspberrypi.org/ [7] Rhydo Technologies (P) Ltd., “SIM900-RS232 GSM/GPRS Modem User Manual”, 2011. [8] https://en.wikipedia.org/wiki/PuTTY. [9] Richard L. Halterman, “Learning to Program with Python”, 2011 (www.cs.uky.edu/). [10] Larry Ullman, “PHP for the Web”, Peachpit Press, San Francisco, 2016.