A Streamlit-based face recognition system with attendance logging.
Built with PyTorch, facenet-pytorch, OpenCV, and SQLite3.
- User registration with live webcam capture
- Face recognition and attendance marking
- Anti-spoofing using Laplacian variance
- Attendance history stored in SQLite database
git clone https://github.com/your-username/face-recognition-attendance.git
cd face-recognition-attendance
pip install -r requirements.txt