Image Recognition Service

The service can recognise images of the following types
airplanes, birds, cars, cats, dogs, deer, horses, frogs, ships, trucks.
Please select and upload and image to classify it

Select Image
{% if prediction %}

Image classified as {{ prediction }}

{% endif %} {% if image_url %} Uploaded image {% endif %}