Here to mark only the disciplined ones.
Attendify is a project that uses machine learning and computer vision to automate attendance tracking. With Attendify, students can simply walk into a classroom and have their attendance recorded automatically. A facial recognition attendance system that uses computer vision to identify students and track their attendance.
To install Attendify, follow these steps:
- Clone the repository:
git clone https://github.com/username/attendify.git
- Install the necessary dependencies:
pip install -r requirements.txt
To use Attendify, simply run the main.py
file and point your webcam at the classroom. Attendify will automatically detect the faces of students and record their attendance.
- Automatic attendance tracking using facial recognition
- Streamlined attendance taking process
- Saves time and effort for teachers and professors
- Can be used in classrooms of any size
We welcome contributions from the community! If you'd like to contribute to Attendify, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b my-feature
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin my-feature
) - Create a new pull request
This project is licensed under the MIT License - see the LICENSE.md file for details.