- Detect the face from the camera.
- Mark attendance in a csv file with time and date.
git clone https://github.com/aryansnagar/automatic-attendance-system.git
cd automatic-attendance-system
python -m venv venv
.\venv\Scripts\activate
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
python attendance.py