Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 633 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 633 Bytes

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