Skip to navigation Skip to content
My Project Circuits
  • ₦ 0.00 0 items
  • HOME
  • BROWSE PROJECT TOPICS
  • CONTACT US
  • BLOG
  • MY ACCOUNT
  • DOWNLOAD PROJECT
  • Home
  • About Us
  • Browse Project Topics
  • Cart
  • Checkout
  • Contact Us
  • Materials
  • My account
  • My Blog
  • Testimonials
Home / Materials / Computer Science Project Topics / design and implementation of a biometric student attendance login system
Sale!
Awaiting product image

design and implementation of a biometric student attendance login system

Authentication is one of the significant issues in the era of information system. Among other things, human face recognition (HFR) is one of known techniques which can be used for user authentication. As an important branch of biometric verification, HFR has been widely used in many applications, such as video monitoring/surveillance system, human-computer interaction, door access control system and network security. This paper proposes a method for student attendance system in classroom using face recognition technique

₦ 3,000.00 Original price was: ₦ 3,000.00.₦ 5,000.00Current price is: ₦ 5,000.00.

Categories: Computer Science Project Topics, Electrical And Electronic Engineering Project Topics Tags: attendance monitoring system using biometrics thesis pdf, biometric student attendance system project, design and implementation of a biometric student attendance login system, design and implementation of an online barcode attendance system, design and implementation of biometric-based attendance management system, design and implementation of student attendance management system, design and implementation of student attendance monitoring system using fingerprint, fingerprint based student attendance monitoring system, fingerprint based student attendance system with sms alert to parents
  • Description
  • Reviews (0)

Description

ABSTRACT

Authentication is one of the significant issues in the era of information system. Among other things, human face recognition (HFR) is one of known techniques which can be used for user authentication. As an important branch of biometric verification, HFR has been widely used in many applications, such as video monitoring/surveillance system, human-computer interaction, door access control system and network security. This paper proposes a method for student attendance system in classroom using face recognition technique.

 TABLE OF CONTENTS

COVER PAGE

TITLE PAGE

APPROVAL PAGE

DEDICATION

ACKNOWELDGEMENT

ABSTRACT

CHAPTER ONE

  • INTRODUCTION
  • BACKGROUND OF THE PROJECT
  • AIM OF THE PROJECT
  • OBJECTIVE SCOPE OF THE PROJECT
  • PURPOSE OF THE PROJECT
  • PROBLEM STATEMENT
  • SCOPE OF THE PROJECT
  • SIGNIFICANCE OF THE PROJECT
  • PROJECT JUSTIFICATION
  • APPLICATION OF THE PROJECT
  • LIMITATION OF THE PROJECT
  • PROJECT ORGANISATION

CHAPTER TWO

LITERATURE REVIEW

2.1     OVERVIEW OF ATTENDANCE MANAGEMENT

2.2     OVERVIEW OF THE STUDY

2.3     REVIEW OF RELATED STUDIES

CHAPTER THREE

METHODOLOGY

  • PROPOSED SYSTEM
  • SYSTEM ARCHITECTURE
  • SYSTEM MODULES AND THEIR FUNCTIONS
  • PROPOSED ALGORITHM
  • FLOW CHART
  • SOFTWARE DESCRIPTION

CHAPTER FOUR

4.0      RESULT AND DISCUSSION

CHAPTER FIVE

  • CONCLUSIONS
  • RECOMMENDATION AND FUTURE SCOPE
  • REFERENCES

 

CHAPTER ONE

1.0                                                        INTRODUCTION

Maintaining attendance is very important in all learning institutes for checking the performance of students. In most learning institutions, student attendances are manually taken by the use of attendance sheets issued by the department heads as part of regulation. The students sign in these sheets which are then filled or manually logged in to a computer for future analysis. This method is tedious, time consuming and inaccurate as some students often sign for their absent colleagues. This method also makes it difficult to track the attendance of individual students in a large classroom environment [1]. In this project, we propose the design and use of a face detection and recognition system to automatically detect students attending a lecture in a classroom and mark their attendance by recognizing their faces.

While other biometric methods of identification (such as iris scans or fingerprints) can be more accurate, students usually have to queue for long at the time they enter the classroom [2]. Face recognition is chosen owing to its non-intrusive nature and familiarity as people primarily recognize other people based on their facial features [3]. This (facial) biometric system will consist of an enrollment process in which the unique features of a persons’ face will be stored in a database and then the processes of identification and verification. In these, the detected face in an image (obtained from the camera) will be compared with the previously stored faces captured at the time of enrollment. Since all parts of the image have to be considered, the brightness-based approach takes longer time to process the image and is also more complicated. To make the process short and simple, the image has to be transformed into a certain model.

1.2                      BACKGROUND OF THE STUDY

In traditional face-to-face (F2F) class setting, student attendance record is one of the important issues dealt with any school, college and university from time to time. To keep the student attendance record valid and correct, the faculty staff should have a proper mechanism for verifying and maintaining or managing that attendance record on regular basis. In general, there are two types of student attendance system, i.e. manual attendance system (MAS) and automated attendance system (AAS). By practicing manual recording, faculty staff may experience difficulty in both verifying and maintaining each student’s record in classroom environment on regular basis, especially in classes attended by a large number of students. In practice, the manual system also requires more time for recording and calculating the average attendance of each enrolled student. On the other hand, the automated attendance system may offer some benefits to to the faculty, at least it may lessen the administrative burden of its staff. Particularly, for attendance system which adopts human face recognition (HFR) technique, such a system commonly involves the process of extracting key features from any facial image of student captured at the time he/she is entering the classroom, or when everybody already occupies his/her seat in the classroom. Upon its successful recognition, it proceeds to marking that recognized student’s attendance automatically. Following that general idea, the discussion of this paper is based on the known face recognition techniques in its endeavor to develop a specific computer application which can be used for recognizing any enrolled student automatically from the digital images captured in classroom.

In general, there are two known approaches to HFR, i.e. feature-based and brightness-based approach. The feature- based approach uses key point features of the face, such as edges, eyes, nose, mouth, or other special characteristics. Therefore, the calculation process only covers some parts of the given image that have been extracted previously. On the other hand, the brightness-based approach calculates all parts of the given image. It is also known as holistic-based or image-based approach.

1.2                                          AIM OF THE PROJECT

The aim is to automate and make a system that is useful to the organization such as an institute. The efficient and accurate method of attendance in the school environment that can replace the old manual methods. This method is secure enough, reliable and available for use.

1.3                                 OBJECTIVES OF THE PROJECT

The overall objective is to develop an automated class attendance management system comprising of a desktop application working in conjunction with a mobile application to perform the following tasks:

  • To detect faces real
  • To recognize the detected faces by the use of a suitable
  • To update the class attendance register after a successful
  • To design an architecture that constitutes the various components working

1.4                                     PURPOSE OF THE PROJECT

Traditional method for taking attendance is Roll Number of student and record the attendance in sheet which takes a lot of time. Because of this,  face recognition is used to make it fast and secured.

1.5                                       SCOPE OF THE PROJECT

We are setting up to design a system comprising of two modules. The first module (face detector) is a mobile component, which is basically a camera application that captures student faces and stores them in a file using computer vision face detection algorithms and face extraction techniques. The second module is a desktop application that does face recognition of the captured images (faces) in the file, marks the students register and then stores the results in a database for future analysis.

1.6                                         PROBLEM DEFINITION

The traditional manual methods of monitoring student attendance in lectures are tedious as the signed attendance sheets have to be manually logged in to a computer system for analysis. This is tedious, time consuming and prone to inaccuracies as some students in the department often sign for their absent colleagues, rendering this method ineffective in tracking the students’ class attendance. Use of the face detection and recognition system in lieu of the traditional methods will provide a fast and effective method of capturing student attendance accurately while offering a secure, stable and robust storage of the system records, where upon authorization; one can access them for purposes like administration, parents or even the students themselves[4].

1.7                        SIGNIFICANCE OF THE PROJECT

This system offers its clients with simple, efficiently manageable software that provides a platform to maintain attendance records. An student’s identity and attendance is instantly proved just by looking at the sensor. The importance of this system is as below:

  1. Removes the risk of Manual Errors

Facial recognition software gives institution a means of tracing their students’ attendance, by further removing human mistakes. This means to keep track of the precise quantity of hours students are in, this is because in school pattern of taking attendance – student will sign in when he or she resume and also sign out after dismissal.

  1. Automated plus Accurate

Face recognition precisely reports all the features of attendance, absenteeism, and also over time. The identification procedure is spot-on every single time at a speed that is now practically possible. This scheme can match thousands of operators in less than a second, plus the software offers info that is 100% precise without you lifting a finger.

  1. Saves Time

There is no requisite for employees to touch the surface of the scheme to clock in plus out. Facial recognition permits students to sign in and out inside seconds, instantly removing the inconvenience of swiping cards otherwise signaling badges around. This saves time and effort, resulting in a satisfactory schooling environment.

  1. Upsurges Security

First off, this technology overall avoids the subjects of early and late striking, in addition to “friend punching.”

  1. Easily Installable

Facial recognition systems are very easy to install. You can easily integrate one of the leading benefits of Integrated Biometric facial schemes. These are easy towards programming into your firm’s PC system. Most of the systems would work with the software that you have by now installed.

1.8                                 PROJECT JUSTIFICATION

This project serves to automate the prevalent traditional tedious and time wasting methods of marking student attendance in classrooms. The use of automatic attendance through face detection and recognition will increase the effectiveness of attendance monitoring and management.

This method could also be extended for use in examination halls to curb cases of impersonation as the system will be able to single out the imposters who won’t have been captured during the enrollment process. Applications of face recognition are widely spreading in areas such as criminal identification, security systems, image and film processing [5]. The system could also find applications in all authorized access facilities.

1.9                                          APPLICATION OF THE PROJECT

Apart from using this device for students’ attendance, this device can also be used for places like:

  1. Organisation
  2. Religious centres
  3. Offices, and any other meeting places, for automatically taking attendance of the people present.

1.10                         PROBLEM AND LIMITATION OF THE PROJECT

  1. It can only detect face from a limited distance.
  2. It cannot repeat live video to recognize missed faces.

1.6                                        PROJECT WORK ORGANISATION

The various stages involved in the development of this project have been properly put into five chapters to enhance comprehensive and concise reading. In this project thesis, the project is organized sequentially as follows:

Chapter one of this work is on the introduction to this study. In this chapter, the background, aim, significance, objective, purpose, applications, problem identification, limitation and problem of this work was discussed.

Chapter two is on literature review of the study. In this chapter, all the literature pertaining to this work was reviewed.

Chapter three is on design methodology. In this chapter all the method involved in this study were discussed.

Chapter four is on test and result analysis. All testing that result accurate functionality was analyzed.

Chapter five is on conclusion, recommendation and references.

CHAPTER FIVE

5.1                                                                              CONCLUSION

This system aims to build an effective class attendance system using face recognition techniques. The proposed system will be able to mark the attendance via face Id. It will detect faces via webcam and then recognize the faces. After recognition, it will mark the attendance of the recognized student and update the attendance record.

In this Face Recognition based attendance system, a new deep learning based face recognition attendance system is proposed. The entire procedure of developing a face recognition component by combining state of-the-art methods and advances in deep learning is described. It is determined that with the smaller number of face images along with the proposed method of augmentation high accuracy can be achieved.

These results are enabling further research for the purpose of obtaining even higher accuracy on smaller datasets, which is crucial for making this solution production-ready. The future work could involve exploring new augmentation processes and exploiting newly gathered images in runtime for automatic retraining of the embedded data. Developing a specialized classifying solution for this task could potentially lead to achieving higher accuracy on a smaller dataset. This deep learning based solution does not depend on GPU in runtime. Thus, it could be applicable in many other systems as a main or a side component that could run on a cheaper and low-capacity hardware, even as a general-purpose Internet of things (IoT) device.

5.2                                            RECOMMENDATION AND FUTURE STUDY

In this project, it is observed that only faces are detected only when the person face is clearly visible and when the face of a person cannot be detected when the person is standing in any other direction so for this further study is required for detecting the faces of the person clearly in all directions by using further deep learning algorithms.

Reviews

There are no reviews yet.

Be the first to review “design and implementation of a biometric student attendance login system” Cancel reply

Your email address will not be published. Required fields are marked *

Related products

  • Placeholder

    CREATE A GRAPHICAL USER INTERFACE (GUI) TIMETABLE GENERATING SYSTEM

    Sale! ₦ 3,000.00 Original price was: ₦ 3,000.00.₦ 5,000.00Current price is: ₦ 5,000.00.
    Add to cart
  • Placeholder

    Automation Of Crime Record (A Case Study Of Area D Division Ilorin)

    Sale! ₦ 3,000.00 Original price was: ₦ 3,000.00.₦ 5,000.00Current price is: ₦ 5,000.00.
    Add to cart
  • Placeholder

    DESIGN OF AN AUTOMATIC INFORMATION SYSTEM FOR LUGGAGE SCANNING AT AIRPORTS

    Sale! ₦ 3,000.00 Original price was: ₦ 3,000.00.₦ 5,000.00Current price is: ₦ 5,000.00.
    Add to cart
  • Placeholder

    COMPUTER BASED EXAMINATION— CBT (Using linear congruencial method to generate questions)

    Sale! ₦ 3,000.00 Original price was: ₦ 3,000.00.₦ 5,000.00Current price is: ₦ 5,000.00.
    Add to cart
  • Uncategorized3535 products
  • Accountancy (Ac) Project Topics99 products
  • Accounting Project Topics108108 products
  • Agricultural And Bio Environmental Engineering Project Topics3838 products
  • Agricultural engineering project topics3333 products
  • Agricultural Science Education Project Topics2929 products
  • Agricultural Science Project Topics3838 products
  • Banking And Finance (Bf) Project Topics1717 products
  • Banking and Finance Project Topics118118 products
  • Basic Education Project Topics55 products
  • Biology Education Project Topics2626 products
  • Biomedical Topics Project Topics2020 products
  • Building Engineering/Technology Project Topics3030 products
  • Business Administration And Management (Bam) Project Topics108108 products
  • Chemical And Geological Sciences Project Topics2929 products
  • Chemical Engineering Project Topics4343 products
  • Chemistry Education Project Topics2727 products
  • Civic Education Project Topics88 products
  • Civil And Environmental Engineering Project Topics4545 products
  • Civil Engineering Project Topics7272 products
  • Co-Operative Economics And Management Project Topics33 products
  • Community Health Project Topics4444 products
  • Computer Engineering Project Topics3939 products
  • Computer Science Project Topics171171 products
  • Cooperative Studies Guidance And Counseling Project Topics11 product
  • Economics Education Project Topics1414 products
  • Education Project Topics187187 products
  • Electrical And Electronic Engineering Project Topics27452745 products
  • Environmental Health Science School6868 products
  • Estate Management Project Topics3838 products
  • Farm Power And Machinery Project Topics55 products
  • Food and Nutrition project topics3939 products
  • Health Education Project Topics6262 products
  • Highway And Transportation Engineering Project Topics1414 products
  • History project topics33 products
  • Hospitality And Transportation Department Project Topics88 products
  • Hospitality Management Project Topics1818 products
  • Human Kinetics and Health Education Project Topics2424 products
  • Industrial Safety And Environmental Project Topics2323 products
  • Islamic Studies Project Topics55 products
  • Law Project Topics2121 products
  • Library Science Project Topics11 product
  • Marine Engineering Project Topics5656 products
  • Maritime Transport Project Topics1414 products
  • Marketing Department Project Topics3535 products
  • Mass Communication Project Topics5252 products
  • Mathematics And Statistics Project Topics1515 products
  • Mechanical Engineering Project Topics123123 products
  • Mechatronics engineering3939 products
  • Medical And Health Science Project Topics5555 products
  • Medical Laboratory Science Project Topics4848 products
  • Metallurgical engineering topics3131 products
  • Microbiology Project Topics154154 products
  • Minerals And Petroleum Resources Engineering Project Topics2727 products
  • Nursing And Midwifery Project Topics2323 products
  • Nutrition And Dietetics Project Topics3232 products
  • Office Technology And Management Project Topics1818 products
  • Oil And Gas Engineering Project Topics1414 products
  • Paramedic Project Topics4141 products
  • Petroleum Engineering Project Topics2424 products
  • Pharmacy Project Topics3232 products
  • Physics Education Project Topics4444 products
  • Physics Project Topics417417 products
  • Public Administration Project Topics6565 products
  • Public Health Education Project Topics3030 products
  • Public Relations Project Topics22 products
  • Purchasing And Supply Project Topics2929 products
  • Quantity Surveying Project Topics66 products
  • Religious Studies Education Project Topics99 products
  • Science Laboratory Technology Project Topics77 products
  • Seminar topics22 products
  • Sex Education Project Topics11 product
  • Social Studies Education Project Topics11 product
  • Soil And Water Engineering Project Topics1313 products
  • Student Industrial Working Experience Scheme A Technical Report33 products
  • Surveying And Geoinformatic Project Topics77 products
  • Water and Waste Engineering77 products

Myprojectcircuits is number one ‘Online Academic Library’ where researchers share their knowledge and project materials. We have made academic project research pretty easy and fun.

  • Phone: (+234) 7015391124
  • Mobile: (+234) 8146561114
  • Email Address Personal: engr4project@gmail.com
  • Business: admin@myprojectcirtuits.com
  • My Account
  • Search
  • Cart 0
© Copyright 2023 | My Project Circuits | All Rights Reserved