Introduction
Attendance Management Systems allow you to calculate the hours for which employees work accurately. This is especially beneficial if you have employees working on an hourly basis. You need to be able to calculate the exact wages you owe to your employees. And, you need to know if you owe overtime wages to any employees.Attendance management also lets you keep track of how many days off employees use.
This is a real time face recognition system in which the software recognizes the registered person.First of all, the employees must get themselves enlisted in the system and then during the time of attendance, a frame will display their picture with the audio of registered successfully.The record of each employee will be stored in the file where it will keep all the information about their arrival so that the organisation will be able to calculate the exact wages they owe to their employees.
- The first thing to do is to clone the repository:
$ git clone https://github.com/Lovekesh-GH/attendance.git
$ cd attendance
- Create a virtual environment to install dependencies in and activate it:
$ python3 -m venv venv
$ source venv/bin/activate
This project files requires Python 3 and the following Python libraries installed:
Now run the project with the following command:
$ python {file_name}.py
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.