Skip to content

Releases: AHG-BSCS/FaceLog

v1.0.1-Beta

v1.0.1-Beta Pre-release
Pre-release

Choose a tag to compare

@Mindkerchief Mindkerchief released this 15 Jul 08:26
2d73966

Application Wrapper and Installer Update

Release Notes

  • Wrap the application using PyWebview
  • Build the executables using PyInstaller
  • Package the application using Inno Setup

Note

Ensure the read/write permission in the application installation directory or launch the application as administrator.

v1.0.0-Beta

v1.0.0-Beta Pre-release
Pre-release

Choose a tag to compare

@Mindkerchief Mindkerchief released this 02 Jul 09:50

Initial release of FaceLog

Main Features

  • Start Facial Recognition - Start the real-time facial recognition to record the attendance.
  • Register User - Capture images of the attendee's face for the system to recognize the face.
  • Update Model - Train the model using the captured faces dataset. This can take some time depending on the size of the dataset.
  • Analyze Model - Generate a scatter plot chart in a 2D plane representing the current model data distribution.
  • View Attendance - Opens the attendance table and displays the existing attendance from the Excel files.

Additional Features

  • Change Password - Change the system's password to improve security.
  • Camera Selection - Switch between available cameras connected to the device.
  • Attendance File Selection - Switch between available attendance files.
  • Button Tooltips - Helps user understand the button's functionality.
  • Dynamic Buttons - Helps user identify the button and system state.
  • Protected Buttons - Prevent sensitive actions from being executed without permission.