A responsible and motivated computer science graduate with a strong foundation in software and applications. Demonstrates excellent technical abilities and is well-equipped to handle challenging tasks. Possesses exceptional time management skills and is eager to apply educational knowledge in a professional setting. Known for strong communication and interpersonal skills, with a commitment to contributing effectively to team-oriented environments.
Face Recognition Based Student Attendance System:
During my Bachelor's, I engineered a comprehensive automated attendance system leveraging advanced face recognition technology to enhance accuracy and eliminate proxy attendance. The system is structured into four key phases: database creation, face detection, face recognition, and attendance updating. A robust database was created using student images, and the system employs the Haar-Cascade classifier for efficient face detection, coupled with the Local Binary Pattern Histogram algorithm for precise face recognition. The solution operates in real-time, extracting frames from a live video stream using OpenCV, and automatically records attendance with exact day and time stamps. This system streamlines attendance management, offering a reliable, efficient, and secure method to track student presence.
As part of my Software Engineering course, I completed an individual project to develop an ATM System, following the Waterfall model. The project comprised five phases: requirement analysis, design, coding, testing, and maintenance. I began by gathering requirements specific to the project, then developed use case and object diagrams, along with other necessary diagrams, using Rational Rhapsody. I proceeded to develop a Windows Forms application using C#, where I implemented the backend logic to handle various operations. After coding, I tested the system to ensure it produced accurate results. The system allows users to perform tasks such as withdrawing, depositing, checking balances, transferring money, and logging in and out. Overall, the system provided a solid foundation for banks to offer convenient and secure banking services to their customers, resulting in increased customer satisfaction and operational efficiency.