{% extends "base.html" %} {% block title %}Face Recognition - Facial Recognition System{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Video Stream
Live Recognition

Recognition Status

Mode: Real-time Detection
System: Active
Detected Faces: 0
Register New Face

Capture your face or upload an image to add it to the recognition system.

or
Quick Stats
Your Registered Faces: {{ current_user.face_encodings|length }}
Recognition Accuracy: 95%+
Processing Speed: Real-time
How to Use
Step 1: Position Yourself

Position your face clearly in front of the camera for best results.

Step 2: Register Face

Upload an image or capture from webcam to register your face.

Step 3: Recognition

The system will automatically recognize registered faces in real-time.

{% endblock %} {% block extra_scripts %} {% endblock %}