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