Attendance System Logo Face Recognition Attendance System

Privacy Policy (Demo)

This application is a frontend demo. Registered reference photos and attendance history are stored locally in your browser's localStorage. No data is sent to any server by this demo code. That makes the demo ideal for classroom use and offline demonstrations.

Key points:

localStorage.removeItem('face_attendance_refs_v1');
localStorage.removeItem('face_attendance_history_v1');
      

Back to Register

Security note

This is a demo implementation for presentation. For production use you should: store and encrypt data on a secure backend, add proper authentication, and use an approved face-recognition model with privacy/responsible-use measures in place.