Logo Lanfrica

jemmziray-tech/FaceLogTZ

Domain:

education

Record type:

software
Creator:
jem
Host:
FaceLogTZ: A simple face recognition attendance system built in Tanzania, applicable globally. # 📸 FaceLogTZ: Enterprise Smart Attendance System A modern, multithreaded Computer Vision system that automates classroom attendance using advanced facial recognition, real-time audio queues, and instant WhatsApp cloud notifications. ## 📱 The Vision Traditional attendance tracking in schools is manual, slow, and prone to errors. FaceLogTZ modernizes classroom management by using AI to identify students in real-time and automatically log their presence. Designed specifically with local African environments in mind, this system operates on a **Hybrid Edge-to-Cloud architecture**. Heavy video processing and facial recognition happen entirely locally on the host machine to save bandwidth, while lightweight data is pushed securely to the cloud (Twilio) to instantly notify parents and stakeholders via WhatsApp. ## 🚀 Key Features - **Modern Enterprise Dashboard:** Built with `customtkinter` for a sleek, responsive, dark-mode user interface. - **Real-Time Cloud Notifications:** Integrates with the Twilio API to automatically send WhatsApp delivery receipts to parents or managers the second a face is recognized. - **Smart Daily Validation:** Date-aware logic ensures students are only logged once per day, preventing duplicate entries in the database. - **Asynchronous Audio Engine:** A custom threading queue (`pyttsx3`) greets users by name one-by-one, preventing overlapping robotic voices or UI crashes during high-traffic moments. - **Robust Recognition Engine:** Utilizes dynamic folder-scanning to learn multiple angles and lighting conditions for a single identity, increasing match accuracy across different skin tones. - **Hardware Optimized:** Incorporates dynamic frame resizing (processing frames at 25% scale) to run smoothly even on older, low-resource school computers. ## 🛠️ Technology Stack - **Core:** Python 3.9+ - **Computer Vision:** OpenCV (`cv2`), `face_recognition` (128-dimension facial encodings) - **GUI:** `customtkinter`, `Pillow` - **Cloud API:** `t …