You are on page 1of 17

SRI RAMAKRISHNA ENGINEERING COLLEGE

[Educational Service: SNR Sons Charitable Trust]


[Autonomous Institution, Accredited by NAAC with „A‟ Grade]
[Approved by AICTE and Permanently Affiliated to Anna University, Chennai]
[ISO 9001:2015 Certified and all eligible programmes Accredited by NBA]
Vattamalaipalayam, N.G.G.O. Colony Post, Coimbatore – 641 022.

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

PROFESSIONAL SUMMARY REPORT (Mini Project)

ATTENDANCE SYSTEM USING FACE REGONITION

AKSHAYA E A 1801006

THIRD YEAR B.E. CSE – VI SEM


Academic Year 2020-2021

16CS216 & APPLICATION PROGRAMMING IN PYTHON

STAFF IN-CHARGE

Dr.R.Kingsy Grace, ASP/CSE

1
SRI RAMAKRISHNA ENGINEERING COLLEGE
[Educational Service: SNR Sons Charitable Trust]
[Autonomous Institution, Accredited by NAAC with „A‟ Grade]
[Approved by AICTE and Permanently Affiliated to Anna University, Chennai]
[ISO 9001:2015 Certified and all eligible programmes Accredited by NBA]
Vattamalaipalayam, N.G.G.O. Colony Post, Coimbatore – 641 022.

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

PROFESSIONAL SUMMARY REPORT- 16CS216 &


APPLICATION PROGRAMMING IN PYTHON

ATTENDANCE SYSTEM USING FACE REGONITION

Assessment
(7)

Presentation (3)
Abstract (2)

Report (3)
Project Title (5)

Total
Implementation

S.
Name& Roll No.
No.
(20)

1. AKSHAYA E A 1801006

SIGNATURE OF STAFF IN-CHARGE

Dr.R.Kingsy Grace, ASP/CSE


CONTENTS

PAGE
S. No. TITLE NUMBER

ATTENDANCE SYSTEM USING FACE


REGONITION

1. INTRODUCTION 5

2. LITERATURE SURVEY 6

3. PROPOSED METHOD 7

4. IMPLEMENTATION STEPS 8

5. APPLICATIONS 9

6. CONCLUSION 10

7. REFERENCES 10
SCREEN SHOT 14

CODING 21
PPT 39
ABSTRACT

The goal of this project is to create the automated attendance system using face

recognition.

When a user takes a picture of a human, the application searches related information in

a database using image recognition.

Since a user of the application can take a picture under different circumstances, the

used image recognition algorithm had to be invariant to changes in illumination and

view point.

A couple of these invariants can be grouped as a feature vector, identifying an image

uniquely. By computing the distances between the vectors of an unknown image and

known database images, a best match can be selected.


1.INTRODUCTION
Machine Learning:

Machine Learning is used anywhere from automating mundane tasks to


offering intelligent insights, industries in every sector try to benefit from it.
You may already be using a device that utilizes it. For example, a wearable
fitness tracker like Fitbit, or an intelligent home assistant like Google Home.
But there are much more examples of ML in use.
 Prediction
 Image recognition
 Speech Recognition
 Medical diagnoses
 Financial industry and trading

Natural Language Processing:

Natural language processing (NLP) is the intersection of computer science,


linguistics and machine learning. The field focuses on communication between
computers and humans in natural language and NLP is all about making computers
understand and generate human language. Applications of NLP techniques include
voice assistants like Amazon's Alexa and Apple's Siri, but also things like machine
translation and text-filtering.

NLP has heavily benefited from recent advances in machine learning, especially from
deep learning techniques. The field is divided into the three parts:

 Speech Recognition
 Natural Language Understanding
 Natural Language Generation 

2.LITERATURE SURVEY

1. “Real-Time Face Recognition: An End-To-End Project”,Marcelo Rovai

Human face recognition procedure basically consists of two phases, namely face
detection, where this process takes place very rapidly in humans, except under conditions
where the object is located at a short distance away, the next is the introduction, which
recognize a face as individuals. Stage is then replicated and developed as a model for facial
image recognition (face recognition) is one of the much-studied biometrics technology and
developed by experts.

2. “ Digital Image Processing FACE DETECTION”, Siddharth Joshi, Gaurav Srivastava

Human face detection has become a major field of interest in current research
because there is no deterministic algorithm to find face(s) in a given image. Further the
algorithms that exist are very much specific to the kind of images they would take as input
and detect faces. The problem is to detect faces in the given, colored class group photograph.
3.PROPOSED METHOD

Deep learning is an artificial intelligence (AI) function that imitates the


workings of the human brain in processing data and creating patterns for use in
decision making. Deep learning is a subset of machine learning in artificial intelligence
that has networks capable of learning unsupervised from data that is unstructured or
unlabeled. Also known as deep neural learning or deep neural network.

Convolutional Neural Networks(CNN or ConvNets) are ordinary neural


networks that assume that the inputs are image. They are used to analyze and classify
images, cluster images by similarity, and perform object recognition within a frame. For
example, convolutional neural networks (ConvNets or CNNs) are used to identify faces,
individuals, street signs, tumors, platypuses, and many other aspects of visual data.
4.IMPLEMENTATION STEPS
5.APPLICATIONS

 The software can be used for security purposes in organizations and in secured zones.
 The software stores the faces that are detected and automatically marks attendance.
 The system is convenient and secure for the users.
 It saves their time and efforts.
6.CONCLUSION

 Smart attendance management system is designed to solve the issues of existing manual
systems. 
 We have used face recognition concept to mark the attendance of student and make the
system better.
 The fully automated face detection and recognition system was not robust enough to
achieve a high recognition accuracy. The only reason for this was the face recognition
subsystem did not display even a slight degree of invariance to scale, rotation or shift
errors of the segmented face image

7.REFERENCES

[1]. Viola, Paul, and Michael J. Jones. "Robust real-time face detection."
International journal of computer vision 57.2 (2004): 137-154.

[2]. Whittman T. and Shen J., “Face Detection and Neural Networks,”
http://www.math.umn.edu/~wittman/faces/main.html

[3]. Goldstein, A.J., Harmon, L.D., and Lesk, A.B. (1971). Identification of
human faces. In Proc. IEEE, Vol. 59
SCREENSHOT
PPT

You might also like