{% extends "base.html" %} {% block title %}Home - Facial Recognition App{% endblock %} {% block content %}

Facial Recognition System

Advanced facial recognition technology powered by AI. Upload your photos, train the system, and experience seamless face detection.

{% if current_user.is_authenticated %} {% else %} {% endif %}

Live Camera Feed

Real-time webcam integration with advanced face detection algorithms for instant recognition.

Photo Upload

Upload multiple reference photos to train the system and improve recognition accuracy.

Secure & Private

Your facial data is encrypted and stored securely with industry-standard security measures.

AI Powered

Advanced machine learning algorithms ensure high accuracy and fast recognition speeds.

Multi-User Support

Support for multiple users with individual face recognition profiles and settings.

Analytics Dashboard

Comprehensive dashboard to manage your photos, view recognition history, and track performance.

{% if not current_user.is_authenticated %}

Ready to Get Started?

Join thousands of users who trust our facial recognition technology.

Start Now
{% endif %}
{% endblock %}