Guide

Upload and Process JSON

Step 4 of 5
{% if session.get('uploaded_json') %}

Uploaded: {{ session.get('uploaded_json') }}

{% endif %}
{% with messages = get_flashed_messages() %} {% if messages %}
{{ messages[0] }}
{% endif %} {% endwith %}
Instructions:
  1. Upload your downloaded JSON file from the annotation step.
  2. Click "Process" to save required JSON format.
  3. Click "Next" to proceed with training the model using the processed JSON file.