{% extends "base.html" %} {% block title %}Person detection{% endblock %} {% block content %} Real-time Face Detection



Real-time Face Detection

Detected Person: {{ real_time_detect_name }}

Detection List:

{% endblock %}