Skip to content

Automation on Attendance System using Facial Recognition and OCR Recognition (Machine Learning)

Notifications You must be signed in to change notification settings

ihtisham007/automatic-attendance-system-ML

Repository files navigation

Automated Attendance System

""" Automated Attendance System

This project is an Automated Attendance System using Image Processing and Text Analysis.

Requirements

  • python >= 3.12.2
  • dlib==19.24.0
  • numpy==1.24.2
  • Pillow==9.4.0
  • face-recognition==1.3.0
  • easyocr==latest

You can install them using the following command:

pip install -r requirements.txt

Console Arguments

  • For Face Detection
python ./main.py --detection-type=face
  • For Text Extraction
python ./main.py  --detection-type=text
  • Run Backend API
cd API
npm i
npm start