AI based system for attendance marking in colleges and schools (GUI) for simplifying the workload of teachers.
git clone https://github.com/a-k-r-a-k-r/Smart-Attendance-System.git
In order to run this script on your local system, you need to have Python and pip installed on your system. This code is for Windows based systems. You can modify it for using it on Linux based systems.
Run the following command from your terminal to install the requirements from the same folder (directory) of the project.
pip install -r requirements.txt
After satisfying all the requirements for the project, Open the terminal in the project folder and run
python attendance.py
or
python3 attendance.py
depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.
- Click on the Start Class Button
- Click on Get Attendance button once the class is over
- Open the attendance.txt file in the directory
- Attendace can be viewed only after some time. Therefore wait for some time, before clicking on the Get Attendance Button. Let the program decide, whether the students are really present in the class.
This program was developed for a class assignment. Therefore you can expect lots of bugs. Moreover the program is not optimized too.
Now you are all set to explore the Smart Attendance System. Happy Hacking!!!!!!
Feel free to report any buys or issues at the below github profile.
Check out my Github profile a-k-r-a-k-r