A class attendance system called ECNG Class Attendance comprising of an Android application, a Windows application and a webserver. An image is captured from an Android smartphone with a 13 MP camera or selected from the smartphone’s storage using the Android application. The image is then uploaded to the webserver using the Android application. The attendance record is updated and retrieved using a PC with the Windows application.
Apps in this repository:
- ECNG_FaceDetection_without_EyeDetection_Windows_App - Windows App for face detection only without improvement using eye detection.
- ECNG_FaceDetection_with_EyeDetection_Windows_App - Windows App for improved face detection only using eye detection.
- ECNG_FaceRecognition_Windows_App - Windows App for face recogition only.
- ECNG_Class_Attendance_Windows_App - Windows App for class attendance using face detection and face recogition.
- ECNGClassAttendanceAndroidApp - Android App for capturing the class image and uploading it to the server.