{% extends "base.html" %} {% block title %}Orchid Judging System - Orchid Continuum{% endblock %} {% block content %}
Educational Use Only

This AI-powered judging system is designed for educational and entertainment purposes only. It is not an official judging service and does not provide official awards from any recognized orchid organization. For official judging, please contact your local orchid society.

AI Orchid Judging System

Analyze your orchids against international judging standards and learn about what makes an award-winning orchid.

Available Judging Standards:
{% for org in organizations %}
{{ org.code }}

{{ org.name }}

Categories: {{ org.categories|join(', ')|title }}
{% endfor %}
Your Recent Analyses
{% if recent_analyses %} {% for analysis in recent_analyses %}
{{ analysis.orchid.display_name }}
{{ analysis.score|round(1) }} pts {% if analysis.is_award_worthy %} {{ analysis.suggested_award_level }} {% endif %}
{{ analysis.analysis_date.strftime('%m/%d') }}

{% endfor %} {% else %}

No analyses yet

{% endif %}
Judging Criteria

Our AI evaluates orchids based on:

  • Form and symmetry
  • Color intensity and clarity
  • Size and proportion
  • Substance and texture
  • Presentation and arrangement
  • Cultural achievement
{% endblock %}