Art Critic Analysis Report

{% for caption in captions %}
Analyzed Image

Visual Elements

    {% for element in caption.visual_elements %}
  • {{ element }}
  • {% endfor %}

Technical Elements

    {% for element in caption.technical_elements %}
  • {{ element }}
  • {% endfor %}

Style Elements

    {% for element in caption.style_elements %}
  • {{ element }}
  • {% endfor %}

Formal Tags

    {% for tag in caption.formal_tags %}
  • {{ tag }}
  • {% endfor %}

Formal Analysis

{{ caption.formal_analysis }}

{% endfor %}