├── main.py # Application Entry Point ├── controller/ │ ├── DB_controller.py # Logic for DB-to-DataFrame transformations │ └── llm_model_controller.py # Logic for Prompt Engineering & AI Orchestration ...
A Python-based attendance system using face recognition technology. This system leverages OpenCV, NumPy, and optional Face Recognition library to detect and identify faces in real-time, automatically ...