{% extends "base.html" %} {% block title %}Train Model - VidAI{% endblock %} {% block head %} {% endblock %} {% block content %}
Available Tokens: {{ tokens }} (Training costs ~100 tokens)
Training Notice: Model training requires significant computational resources and may take several hours to complete. Ensure you have sufficient tokens and system resources.

Train Custom Model

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Choose a unique name for your custom model
Upload a ZIP file containing training images/videos, or individual media files
Path to local directory containing training data
Provide context about what the model should learn from the training data
{% if message %}

Training Status

{{ message }}

{% endif %}
{% endblock %}