{% extends 'base.html' %} {% load staticfiles %} {% block css %} {% endblock %} {% block title %}Train{% endblock %} {% block content %} {% if request.GET.status == 'untrained' %}
Untrained! You need train the model! Afterwards, you can recognize by camera or photo.
{% else %}
{% endif %}

Train the model

Click to start the Training process. It may take several minutes.

Note that training results a new training model and overwrite the old one.

{% endblock %} {% block javascript %} {% endblock %}