{% extends "django_deepface/base.html" %} {% block title %}DeepFace Login Demo{% endblock %} {% block content %}
This application demonstrates the integration of facial recognition technology for user authentication using the DeepFace library.
The system uses DeepFace's facial recognition capabilities to create unique face embeddings for each user. These embeddings are stored securely in a PostgreSQL database using pgvector for efficient similarity searches. When logging in, the system compares your face against stored embeddings to authenticate your identity.