""" Automated Attendance System
This project is an Automated Attendance System using Image Processing and Text Analysis.
- 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
- 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