PhotoCulling using ML
Process Images
{% for prediction in predictions %}
Predicted Label: {{ prediction['label'] }}
{% endfor %}