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:
- Data remains on your device unless you explicitly export or share it.
- To remove all demo data, clear the site storage or run these commands in the browser console:
localStorage.removeItem('face_attendance_refs_v1');
localStorage.removeItem('face_attendance_history_v1');
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.