--- title: Face Attendance System emoji: 🎯 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 4.13.0 app_file: app.py pinned: false --- # Face Attendance System A simple and efficient attendance management system with facial recognition capabilities. ## Features - 👤 Student registration - ✅ Attendance marking - 📊 Record management - 💾 SQLite database ## Usage 1. Register students with their details 2. Mark attendance using student IDs 3. View attendance records and student lists ## Technology - Gradio for UI - SQLite for data storage - FaceNet for facial recognition (in local version)