Attendify is a machine learning-based attendance management system designed to streamline the process of attendance tracking in educational institutions and organizations. Leveraging state-of-the-art face recognition algorithms.
Step 1: Clone this repository and move to the directory
$ git clone https://github.com/var-rishabh/attendify/.git
$ cd attendify
Step 2: Create and activate the virtual environment
$ python -m venv venv
$ . venv/Scripts/activate (windows)
$ source venv/bin/activate (linux)
Step 3: Install all required packages
$ pip install -r requirements.txt
Step 4: Execute the main file
$ python main.py
Note: Their is a default test use present in the database.
Username: test Password: test