{"id":21429723,"url":"https://github.com/palashhawee/face-recognition-system","last_synced_at":"2025-03-16T21:44:26.328Z","repository":{"id":41412464,"uuid":"482795365","full_name":"PalashHawee/Face-Recognition-System","owner":"PalashHawee","description":"The purpose of the attendance monitoring system using face recognition is to ease the attendance process which consumes lot of time and efforts; it is a convenient and easy way for students and teacher. The system will capture the images of the students and using face recognition algorithm mark the attendance in the sheet. ","archived":false,"fork":false,"pushed_at":"2022-09-04T07:54:09.000Z","size":90380,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T08:18:00.864Z","etag":null,"topics":["attendance-management-system","face-recognition","facerecognitionproject","machine-learning","python","student-management"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PalashHawee.png","metadata":{"files":{"readme":"README (1).md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null}},"created_at":"2022-04-18T09:51:10.000Z","updated_at":"2025-01-03T06:36:14.000Z","dependencies_parsed_at":"2023-01-17T20:31:28.444Z","dependency_job_id":null,"html_url":"https://github.com/PalashHawee/Face-Recognition-System","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PalashHawee%2FFace-Recognition-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PalashHawee%2FFace-Recognition-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PalashHawee%2FFace-Recognition-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PalashHawee%2FFace-Recognition-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PalashHawee","download_url":"https://codeload.github.com/PalashHawee/Face-Recognition-System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243940062,"owners_count":20372044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attendance-management-system","face-recognition","facerecognitionproject","machine-learning","python","student-management"],"created_at":"2024-11-22T22:18:58.320Z","updated_at":"2025-03-16T21:44:26.297Z","avatar_url":"https://github.com/PalashHawee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Face Recognition Attendance System\n\n\n\n\n\n## Abstract\nIn the era of modern technologies emerging at rapid pace there is no reason why a crucial event in educational sector such as attendance should be done in the old boring traditional way.\nAttendance monitoring system will save a lot of time and energy for the both parties students as well as the class teachers. Attendance will be monitored by the face recognition algorithm by recognizing only the face of the students from the rest of the objects and then marking them as present. The system will be pre feed with the images of all the students and with the help of this pre feed data the algorithm will detect them who are present and match the features with the already saved images of them present in the database\n\n## Acknowledgements\n\n\nI express my deep sense of gratitude towards Assistant Prof. Dr. Somshekhar MT for his valuable guidance and his interest; I am able to complete this project in scheduled time.\n I am indebted to our honorable principal Prof. [Dr. Hanumanthappa](https://eng.bangaloreuniversity.ac.in/wp-content/uploads/2016/09/MCA-HANUMANTHAPPA-M-CV-16092016.pdf) who has been a constant source of motivation and co-operating in bringing this project in very short time\nLastly, I am thankful to all other staff members of MCA Department from [Bangalore University](https://eng.bangaloreuniversity.ac.in/) who have directly and indirectly helped me while completing this project report.\n\n## Introduction\n\nThe purpose of the attendance monitoring system using face recognition is to ease the attendance process which consumes lot of time and efforts; it is a convenient and easy way for students and teacher. The system will capture the images of the students and using face recognition algorithm mark the attendance in the sheet. This way the class-teacher will get their attendance marked without actually spending time in traditional attendance marking.\nThe identification process to determine the presence of a person in a room or building is currently one of the routine security activities. Every person who will enter a room or building must go through several authentication processes first, that later these information’s can be used to monitor every single activity in the room for a security purpose. Authentication process that is being used to identify the presence of a person in a room or building still vary. The process varies from writing a name and signatures in the attendance list, using an identity card, or using biometric methods authentication as fingerprint or face scanner.\n\n## Installation\n\nInstall my-project with npm\n\n```bash\n  see requirements.txt\n\n  \n```\n    SOFTWARE REQUIREMENTS PLATFORM\n\n\tOperating system: Windows OS\n    Platform: Android Studio\n    Programming language: Python\n\n    HARDWARE REQUIREMENTS\n\n\tProcessor: INTEL Pentium 4 Processor Core\n\tHard Disk: 40 GB (min)\n\tRam: 256 MB or higher\n\n\n## System Design\n\nAlgorithm used:\n\n- [LBPH Algorithm](https://towardsdatascience.com/face-recognition-how-lbph-works-90ec258c3d6b)\n \n### Flow Chart\n\n\n![Flow Chart](https://github.com/PalashHawee/Face-Recognition-System/blob/main/Flow%20chart%20Final.png)\n\n### ER Diagram\n![ER Diagram](https://github.com/PalashHawee/Face-Recognition-System/blob/main/ER%20Diagram.png)\n\n## Features\n\n- Adding Student Details\n- Deleting Student Details\n- Editing Student Details\n- Take the Student Photo Sample\n- Import Attendace in CSV format\n- Export Attendace in CSV format\n- ChatBot\n- Contact with Developer\n- Automatic Attendace with Face Recognition\n\n\n## Database\n\nRelational Database Management System (RDBMS)\n\n### Language\n\nPython\n## Login Page\n\n![Log In](https://github.com/PalashHawee/Face-Recognition-System/blob/main/Screen%20Shots%20Output/Login/log.PNG)\n\n## Registration Page\n\n![Registration](https://github.com/PalashHawee/Face-Recognition-System/blob/main/Screen%20Shots%20Output/Register/register.PNG)\n\n## Home Page \n\n![Home](https://github.com/PalashHawee/Face-Recognition-System/blob/main/Screen%20Shots%20Output/Home/home.PNG)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalashhawee%2Fface-recognition-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalashhawee%2Fface-recognition-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalashhawee%2Fface-recognition-system/lists"}