Car Brand Predictor

Upload a car image or paste an image link to get top predictions instantly.

{% if error %}

{{ error }}

{% endif %} {% if integration_warning %}

{{ integration_warning }}

{% endif %}
{% if image_url and results %}
Uploaded car image

Top Predictions

    {% for item in results %}
  1. Pick {{ item.pick }}: {{ item.label }} {% if item.price is not none %} {{ item.currency }} {{ item.price }} {% else %} Price unavailable {% endif %}
  2. {% endfor %}
{% endif %}