0% found this document useful (0 votes)
5 views

Introduction

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Introduction

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Introduction

"Hello, my name is Deeksha, and I'm thrilled to be here today. I'm a


passionate computer science student with a strong foundation in various
programming languages and technologies. My primary areas of expertise
include Python, SQL, Power BI, C++, and Data Structures & Algorithms.

Throughout my academic journey, I've not only mastered these languages


but also applied them in real-world projects and internships. For instance,
I've developed Python scripts for data analysis tasks, utilized SQL to
manage databases efficiently, and leveraged Power BI to create insightful
visualizations from complex datasets.

About my face recognition project


The Face Recognition Attendance System is a Python-based project that
automates the attendance process using facial recognition technology.
The project utilizes various libraries such as Tkinter for creating the
graphical user interface, SQL Connector for database management,
NumPy for numerical computations, and OpenCV for face detection and
recognition.

The system starts by capturing images of individuals during registration


and storing them along with their corresponding information in a
database managed using SQL Connector. Each image is processed using
OpenCV to extract facial features and create a unique facial signature.

During attendance marking, the system utilizes the webcam to capture


live images of individuals. These images are then compared with the
stored facial signatures using OpenCV's face recognition algorithms. If a
match is found, the attendance is marked for the respective individual.

Tkinter is employed to design an intuitive user interface that allows users


to easily navigate through the system, perform registration, and view
attendance records. NumPy aids in handling numerical operations
efficiently, such as computing distances between facial signatures for
recognition.

Overall, the Face Recognition Attendance System streamlines the


attendance process, eliminating the need for manual tracking and
reducing errors while ensuring accuracy and reliability through facial
recognition technology.

You might also like