SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3752
AUTOMATED FACE DETECTION AND RECOGNITION WEB-BASED
MONITORING SYSTEM
Sumeet Patil1, Shubham Patil2, Vrushali Salunkhe3, Dr. Anil Kale4
Department of Computer Engineering, Mahatma Gandhi Missions College of Engineering and Technology
Kamothe, Navi Mumbai-410209
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract- The conventional technique of attendance
marking is a tedious assignment in lots of schools,
colleges, studying rooms and libraries. It may be very time-
consuming. While the flowtowarddigital technologyisbeing
multiplied each hour biometricstechnologyhasall startedto
have an effect on human beings greater and greater.
Biometrics verifies the identification via traits which
includes fingerprints, faces, palm prints, voice,hand-written
signatures, and so on. Face recognition has set an essential
biometric feature, which can be effortlessly procurable and
can access statistics with no want of unique cooperation
from the software. This project involves building face
detection and facial recognition for getting statistics of the
users, marking their presence through detecting faces, time
in of the user, and time out of the users(students, teachers,
employees, etc.) at the premises. It is covering features such
as face detection, alignment, training the data, recognition,
creating reports of data, along with the development of a
web application to cater to various use cases of the system
such as registration of the latest students, addition of
photographs to the training dataset, and viewingattendance
reports, etc. This project intends to feature as an efficient
alternative for conventional manual attendance structures
by changing it with our system. It may be applied in schools,
colleges, offices, companies wherein safety is important.
Key Words: attendance, Biometrics, Face, detection,
recognition, web, facial, etc
1. INTRODUCTION
Automated face detection and recognition web-based
monitoring system targets to automate the conventional
guide attendance structures that is being redundant. It
additionally permits schools, colleges, companies, malls,
libraries, and many others to preserve their statistics like in
time, out time, breaks time, and attendance of customers
digitally. Digitalization of the machine might additionally
assist in higher visualization of the information and
information the usage of graphs to show the no. of the user
(student) present today, the entire hours spent by each user
(student), and their break time. The improved capabilities
functions as an efficient and alternative over the
conventional attendance structures.
We have 2 types of users of the system:
1. Student
2. Admin
The following functions can be performed by the admin:
 Login to the system. Register new students to the
system.
 Add student photos to the training data set. Train
the model.
 View attendance reports of all students.
 Attendance can be filtered by date or student
username.
The following functions can be performed by the student:
 Login.
 To Mark his/her time-in and time-out by scanning
their face(For prototype purposes)
 View attendance report of self.
2. LITERATURE SURVEY
2.1
 Title: Student Attendance System using Face
Recognition
 Publication and year: Proceedings of the
International Conference on Smart
Electronics and Communication (ICOSEC
2020) IEEE
 Author Name: Samridhi Dev, Tushar Patnaik
 The technique used: OpenCV, Haar classifiers,
KNN, CNN, SVM, Generative adversarial
 Advantages:
1. KNN is used which gives accuracy, robustness, and
less time complexity.
2. GAN is used for its ability to retain texture
information.
2.2
 Title: Face Detection and RecognitionSystemusing
Digital Image
Processing
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3753
 Publication and year: Proceedings of the Second
International Conferenceon Innovative Mechanisms
for Industry Applications (ICIMIA 2020) IEEE
Xplore
 Author Name: Gurlove Singh, Amit Kumar Goel,
School of Computing Science and engineering,
Galgatias University, Noida, India.
 The technique used: Eigenface method, principal
component analysis (PCA), Gabor Feature Method
 Advantages:
1. As PCA is used it
2. Removes Correlated Features,
3. Improves Algorithm Performance,
4. Reduces Overfitting,
5. Improves Visualization.
2.3
 Title: Face Recognition Attendance System Based
on Real-Time Video Processing
 Publication and year: SPECIAL SECTION ON
GIGAPIXEL PANORAMIC VIDEO WITH VIRTUAL
Reality published July 10, 2020, date of current
version September 11, 2020, IEEE
 Author Name: HAO YANG AND XIAO FENG
HAN,China
 The technique used: Subspace analysis, Neural
Network method, Support Vector Machine method
 Advantages:
The system is based on real-time video processing
2.4
 Title: Face Recognition from Video using Deep
Learning
 Publication and year: Proceedings of the Fifth
International Conference on Communication and
Electronics Systems (ICCES 2020) IEEE Conference
 Author Name: Saibal Manna, Sushil Ghildiyal,
Kishankumar
 The technique used: Convolutional neural
network, security, FaceNet
 Advantages:
It works with any sort of picture and is sensibly
strong to changes in face appearanceororientation,
light conditions, and different variables.
3. DESIGN
3.1 State diagram
3.2 UseCase diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3754
3.3 Sequence diagram
3.3.1 Login process
3.3.2 Attendence/Monitoring 3.3.3 User process
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3755
3.4 Activity diagram
3.4.1 Student
3.4.2 Admin
3.4.3 Attendance tracking
3.5 Deployment diagram
4. FUNCTIONALITIES
4.1 Manage Registration and Login
4.1.2 Register new student
Description: Only Admin can registernewstudents bygiving
them a unique username
Input: Student username and password
Output: success message will display that a user has been
created.
4.1.2 Log-In to the system
Input: User login credentials
Output: If the credentials are correct, the user will be
redirected to the dashboard of our system
Exception Flow: If the user’s entered credentials are
incorrect then the user will be redirected to the login page
again displaying an error message.
4.2 Manage Attendance Details
4.2.1 Mark your attendance-in
Input: The user will scan his/her face using the external web
camera(Only for prototype purposes)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3756
Output: the system will identify the user uniquelydisplaying
usernames and will mark his/her in-time to the database.
The same success message will transmit to the user.
4.2.2 Mark your attendance-out
Input: The user will scan his/her face using the external web
camera(Only for prototype purposes)
Output: the system will identify the user uniquelydisplaying
usernames and will mark his/her out-time to the database.
The same success message will transmit to the user.
4.2.3 View my attendance report
Description: Students may often need to see / her
attendance record on a particular date or
throughout the month or year. Using this featureonecansee
his / her attendance record as per requirement.
Input: User selection(date and username/ date)
Output: Statistical analytics(record table and graphs) of the
particular student who is currently logged into the system
will be displayed.
4.3 Manage Student Details
4.3.1 Add a photo of the student
Description: Admin only canaccessthisfeaturebylogging in.
Admin can add photos of a student during the registration
process.
Input: Username of the student.
Output: Success message of record has been added will
display.
Process: The system will process an image and will generate
necessary system data into a folder to identify each student
uniquely.
4.3.2 Train the system
Input: user selection(clicking train)
Output: the system will process all the available records of
the students and will generate necessary system data to
identify each student uniquely with the graph of
classification.
5. RESULT AND OUTPUTS
5.1.Main Dashboard (Time-in , Time-out and Login)
5.2. Marking attendance in the system
:
5.3. Marking attendance out the system:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3757
5.4.Result of above attendance:
5.5. User Login (Admin & Students):
5.6. Admin Dashboard:
5.7. Capturing images using web cam:
5.8 Training dataset:
5.9. Classification graph of trained dataset:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3758
5.10. Attendance Report:
6. CONCLUSIONS
The above system is very efficient in processing the data,
detecting, and recognizing the faces of users. The current
model is 99.38% Accurate.
Functionalities implemented successfully:
- Registration
- Login / Logout
- Manage User Profile
- Update user profile
- View My Attendance
- View Attendance by Date
- View Attendance by Student
- Manage Attendance
- Mark my attendance In
- Mark my attendance Out
- Add photos
- Add new student
- Train the system
- View the Attendance record by date
- View no. of student present today
- View the Total number of students
REFERENCES
I. Student Attendance System using Face Recognition
by Samridhi Dev ,Tushar Patnaik (Proceedings of
the International Conference on Smart Electronics
and Communication (ICOSEC 2020) IEEE Xplore
Part Number: CFP20V90-ART; ISBN: 978-1-7281-
5461-9)
https://ieeexplore.ieee.org/document/9215441
II. Face DetectionandRecognitionSystemusingDigital
Image Processing by Gurlove Singh, Amit Kumar
Goel (Proceedings of the Second International
Conference on Innovative Mechanisms for Industry
Applications (ICIMIA 2020) IEEE Xplore Part
Number: CFP20K58-ART; ISBN: 978-1-7281-4167-
1)
https://ieeexplore.ieee.org/document/9074838
III. Face Recognition from Video using Deep Learning
by Saibal Manna, Sushil Ghildiyal, Kishankumar
Bhimani (Proceedings of the Fifth International
Conference on Communication and Electronics
Systems (ICCES 2020) IEEE Conference Record #
48766; IEEE Xplore ISBN: 978-1-7281-5371-1)
https://ieeexplore.ieee.org/abstract/document/913837
2
IV. Face RecognitionAttendance SystemBasedonReal-
Time Video Processing by HAO YANG AND
XIAOFENG HAN (SPECIAL SECTION ON GIGAPIXEL
PANORAMIC VIDEO WITH VIRTUAL REALITY
Received May 18, 2020, accepted June 25, 2020,
date of publication July 10, 2020, date of current
version September 11, 2020. Digital Object
Identifier 10.1109/ACCESS.2020.3007205)
https://ieeexplore.ieee.org/document/9137927

More Related Content

Similar to AUTOMATED FACE DETECTION AND RECOGNITION WEB-BASED MONITORING SYSTEM

Student Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmStudent Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition Algorithm
IRJET Journal
 
COLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEMCOLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEM
IRJET Journal
 
IRJET - Higher Education Access Prediction using Data Mining
IRJET -  	  Higher Education Access Prediction using Data MiningIRJET -  	  Higher Education Access Prediction using Data Mining
IRJET - Higher Education Access Prediction using Data Mining
IRJET Journal
 
IRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face RecognitionIRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face Recognition
IRJET Journal
 
IRJET- Exam Cell Automation
IRJET-  	  Exam Cell AutomationIRJET-  	  Exam Cell Automation
IRJET- Exam Cell Automation
IRJET Journal
 
IRJET- Office Automation System
IRJET- Office Automation SystemIRJET- Office Automation System
IRJET- Office Automation System
IRJET Journal
 
IRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking ApplicationIRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking Application
IRJET Journal
 
IRJET - Biometric Attendance System
IRJET - Biometric Attendance SystemIRJET - Biometric Attendance System
IRJET - Biometric Attendance System
IRJET Journal
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
IRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
IRJET Journal
 
IRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine Learning
IRJET Journal
 
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET Journal
 
ONLINE DOCUMENT VERIFICATION
ONLINE DOCUMENT VERIFICATIONONLINE DOCUMENT VERIFICATION
ONLINE DOCUMENT VERIFICATION
IRJET Journal
 
A Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face RecognitionA Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face Recognition
IRJET Journal
 
IRJET - Smart Mirror for Student Attendance
IRJET -  	  Smart Mirror for Student AttendanceIRJET -  	  Smart Mirror for Student Attendance
IRJET - Smart Mirror for Student Attendance
IRJET Journal
 
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONA VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
IRJET Journal
 
IoT based attendance system
IoT based attendance systemIoT based attendance system
IoT based attendance system
IRJET Journal
 
IRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management SystemIRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management System
IRJET Journal
 
IRJET- Placemate - Sakec Portal
IRJET-  	  Placemate - Sakec PortalIRJET-  	  Placemate - Sakec Portal
IRJET- Placemate - Sakec Portal
IRJET Journal
 

Similar to AUTOMATED FACE DETECTION AND RECOGNITION WEB-BASED MONITORING SYSTEM (20)

Student Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition AlgorithmStudent Attendance Management Automation Using Face Recognition Algorithm
Student Attendance Management Automation Using Face Recognition Algorithm
 
COLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEMCOLLEGE ONLINE ELECTION SYSTEM
COLLEGE ONLINE ELECTION SYSTEM
 
IRJET - Higher Education Access Prediction using Data Mining
IRJET -  	  Higher Education Access Prediction using Data MiningIRJET -  	  Higher Education Access Prediction using Data Mining
IRJET - Higher Education Access Prediction using Data Mining
 
IRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face RecognitionIRJET- Attendance Management System using Real Time Face Recognition
IRJET- Attendance Management System using Real Time Face Recognition
 
IRJET- Exam Cell Automation
IRJET-  	  Exam Cell AutomationIRJET-  	  Exam Cell Automation
IRJET- Exam Cell Automation
 
IRJET- Office Automation System
IRJET- Office Automation SystemIRJET- Office Automation System
IRJET- Office Automation System
 
IRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking ApplicationIRJET - Mobile based Attendance Tracking Application
IRJET - Mobile based Attendance Tracking Application
 
IRJET - Biometric Attendance System
IRJET - Biometric Attendance SystemIRJET - Biometric Attendance System
IRJET - Biometric Attendance System
 
IRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement CellIRJET- Enhanced Mobile Application for Training and Placement Cell
IRJET- Enhanced Mobile Application for Training and Placement Cell
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
IRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine Learning
 
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data AnalysisIRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
IRJET- A Web-Based Career Spot for Placement Activities and Data Analysis
 
ONLINE DOCUMENT VERIFICATION
ONLINE DOCUMENT VERIFICATIONONLINE DOCUMENT VERIFICATION
ONLINE DOCUMENT VERIFICATION
 
A Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face RecognitionA Web-based Attendance System Using Face Recognition
A Web-based Attendance System Using Face Recognition
 
IRJET - Smart Mirror for Student Attendance
IRJET -  	  Smart Mirror for Student AttendanceIRJET -  	  Smart Mirror for Student Attendance
IRJET - Smart Mirror for Student Attendance
 
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITIONA VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
A VISUAL ATTENDANCE SYSTEM USING FACE RECOGNITION
 
IoT based attendance system
IoT based attendance systemIoT based attendance system
IoT based attendance system
 
IRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management SystemIRJET- Efficient Student Faculty Management System
IRJET- Efficient Student Faculty Management System
 
IRJET- Placemate - Sakec Portal
IRJET-  	  Placemate - Sakec PortalIRJET-  	  Placemate - Sakec Portal
IRJET- Placemate - Sakec Portal
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 

Recently uploaded (20)

CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 

AUTOMATED FACE DETECTION AND RECOGNITION WEB-BASED MONITORING SYSTEM

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3752 AUTOMATED FACE DETECTION AND RECOGNITION WEB-BASED MONITORING SYSTEM Sumeet Patil1, Shubham Patil2, Vrushali Salunkhe3, Dr. Anil Kale4 Department of Computer Engineering, Mahatma Gandhi Missions College of Engineering and Technology Kamothe, Navi Mumbai-410209 ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract- The conventional technique of attendance marking is a tedious assignment in lots of schools, colleges, studying rooms and libraries. It may be very time- consuming. While the flowtowarddigital technologyisbeing multiplied each hour biometricstechnologyhasall startedto have an effect on human beings greater and greater. Biometrics verifies the identification via traits which includes fingerprints, faces, palm prints, voice,hand-written signatures, and so on. Face recognition has set an essential biometric feature, which can be effortlessly procurable and can access statistics with no want of unique cooperation from the software. This project involves building face detection and facial recognition for getting statistics of the users, marking their presence through detecting faces, time in of the user, and time out of the users(students, teachers, employees, etc.) at the premises. It is covering features such as face detection, alignment, training the data, recognition, creating reports of data, along with the development of a web application to cater to various use cases of the system such as registration of the latest students, addition of photographs to the training dataset, and viewingattendance reports, etc. This project intends to feature as an efficient alternative for conventional manual attendance structures by changing it with our system. It may be applied in schools, colleges, offices, companies wherein safety is important. Key Words: attendance, Biometrics, Face, detection, recognition, web, facial, etc 1. INTRODUCTION Automated face detection and recognition web-based monitoring system targets to automate the conventional guide attendance structures that is being redundant. It additionally permits schools, colleges, companies, malls, libraries, and many others to preserve their statistics like in time, out time, breaks time, and attendance of customers digitally. Digitalization of the machine might additionally assist in higher visualization of the information and information the usage of graphs to show the no. of the user (student) present today, the entire hours spent by each user (student), and their break time. The improved capabilities functions as an efficient and alternative over the conventional attendance structures. We have 2 types of users of the system: 1. Student 2. Admin The following functions can be performed by the admin:  Login to the system. Register new students to the system.  Add student photos to the training data set. Train the model.  View attendance reports of all students.  Attendance can be filtered by date or student username. The following functions can be performed by the student:  Login.  To Mark his/her time-in and time-out by scanning their face(For prototype purposes)  View attendance report of self. 2. LITERATURE SURVEY 2.1  Title: Student Attendance System using Face Recognition  Publication and year: Proceedings of the International Conference on Smart Electronics and Communication (ICOSEC 2020) IEEE  Author Name: Samridhi Dev, Tushar Patnaik  The technique used: OpenCV, Haar classifiers, KNN, CNN, SVM, Generative adversarial  Advantages: 1. KNN is used which gives accuracy, robustness, and less time complexity. 2. GAN is used for its ability to retain texture information. 2.2  Title: Face Detection and RecognitionSystemusing Digital Image Processing
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3753  Publication and year: Proceedings of the Second International Conferenceon Innovative Mechanisms for Industry Applications (ICIMIA 2020) IEEE Xplore  Author Name: Gurlove Singh, Amit Kumar Goel, School of Computing Science and engineering, Galgatias University, Noida, India.  The technique used: Eigenface method, principal component analysis (PCA), Gabor Feature Method  Advantages: 1. As PCA is used it 2. Removes Correlated Features, 3. Improves Algorithm Performance, 4. Reduces Overfitting, 5. Improves Visualization. 2.3  Title: Face Recognition Attendance System Based on Real-Time Video Processing  Publication and year: SPECIAL SECTION ON GIGAPIXEL PANORAMIC VIDEO WITH VIRTUAL Reality published July 10, 2020, date of current version September 11, 2020, IEEE  Author Name: HAO YANG AND XIAO FENG HAN,China  The technique used: Subspace analysis, Neural Network method, Support Vector Machine method  Advantages: The system is based on real-time video processing 2.4  Title: Face Recognition from Video using Deep Learning  Publication and year: Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020) IEEE Conference  Author Name: Saibal Manna, Sushil Ghildiyal, Kishankumar  The technique used: Convolutional neural network, security, FaceNet  Advantages: It works with any sort of picture and is sensibly strong to changes in face appearanceororientation, light conditions, and different variables. 3. DESIGN 3.1 State diagram 3.2 UseCase diagram
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3754 3.3 Sequence diagram 3.3.1 Login process 3.3.2 Attendence/Monitoring 3.3.3 User process
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3755 3.4 Activity diagram 3.4.1 Student 3.4.2 Admin 3.4.3 Attendance tracking 3.5 Deployment diagram 4. FUNCTIONALITIES 4.1 Manage Registration and Login 4.1.2 Register new student Description: Only Admin can registernewstudents bygiving them a unique username Input: Student username and password Output: success message will display that a user has been created. 4.1.2 Log-In to the system Input: User login credentials Output: If the credentials are correct, the user will be redirected to the dashboard of our system Exception Flow: If the user’s entered credentials are incorrect then the user will be redirected to the login page again displaying an error message. 4.2 Manage Attendance Details 4.2.1 Mark your attendance-in Input: The user will scan his/her face using the external web camera(Only for prototype purposes)
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3756 Output: the system will identify the user uniquelydisplaying usernames and will mark his/her in-time to the database. The same success message will transmit to the user. 4.2.2 Mark your attendance-out Input: The user will scan his/her face using the external web camera(Only for prototype purposes) Output: the system will identify the user uniquelydisplaying usernames and will mark his/her out-time to the database. The same success message will transmit to the user. 4.2.3 View my attendance report Description: Students may often need to see / her attendance record on a particular date or throughout the month or year. Using this featureonecansee his / her attendance record as per requirement. Input: User selection(date and username/ date) Output: Statistical analytics(record table and graphs) of the particular student who is currently logged into the system will be displayed. 4.3 Manage Student Details 4.3.1 Add a photo of the student Description: Admin only canaccessthisfeaturebylogging in. Admin can add photos of a student during the registration process. Input: Username of the student. Output: Success message of record has been added will display. Process: The system will process an image and will generate necessary system data into a folder to identify each student uniquely. 4.3.2 Train the system Input: user selection(clicking train) Output: the system will process all the available records of the students and will generate necessary system data to identify each student uniquely with the graph of classification. 5. RESULT AND OUTPUTS 5.1.Main Dashboard (Time-in , Time-out and Login) 5.2. Marking attendance in the system : 5.3. Marking attendance out the system:
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3757 5.4.Result of above attendance: 5.5. User Login (Admin & Students): 5.6. Admin Dashboard: 5.7. Capturing images using web cam: 5.8 Training dataset: 5.9. Classification graph of trained dataset:
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 04 | Apr 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 3758 5.10. Attendance Report: 6. CONCLUSIONS The above system is very efficient in processing the data, detecting, and recognizing the faces of users. The current model is 99.38% Accurate. Functionalities implemented successfully: - Registration - Login / Logout - Manage User Profile - Update user profile - View My Attendance - View Attendance by Date - View Attendance by Student - Manage Attendance - Mark my attendance In - Mark my attendance Out - Add photos - Add new student - Train the system - View the Attendance record by date - View no. of student present today - View the Total number of students REFERENCES I. Student Attendance System using Face Recognition by Samridhi Dev ,Tushar Patnaik (Proceedings of the International Conference on Smart Electronics and Communication (ICOSEC 2020) IEEE Xplore Part Number: CFP20V90-ART; ISBN: 978-1-7281- 5461-9) https://ieeexplore.ieee.org/document/9215441 II. Face DetectionandRecognitionSystemusingDigital Image Processing by Gurlove Singh, Amit Kumar Goel (Proceedings of the Second International Conference on Innovative Mechanisms for Industry Applications (ICIMIA 2020) IEEE Xplore Part Number: CFP20K58-ART; ISBN: 978-1-7281-4167- 1) https://ieeexplore.ieee.org/document/9074838 III. Face Recognition from Video using Deep Learning by Saibal Manna, Sushil Ghildiyal, Kishankumar Bhimani (Proceedings of the Fifth International Conference on Communication and Electronics Systems (ICCES 2020) IEEE Conference Record # 48766; IEEE Xplore ISBN: 978-1-7281-5371-1) https://ieeexplore.ieee.org/abstract/document/913837 2 IV. Face RecognitionAttendance SystemBasedonReal- Time Video Processing by HAO YANG AND XIAOFENG HAN (SPECIAL SECTION ON GIGAPIXEL PANORAMIC VIDEO WITH VIRTUAL REALITY Received May 18, 2020, accepted June 25, 2020, date of publication July 10, 2020, date of current version September 11, 2020. Digital Object Identifier 10.1109/ACCESS.2020.3007205) https://ieeexplore.ieee.org/document/9137927