{% extends 'base.html' %} {% block content %}

{{ request.url.path }} Endpoint

This endpoint is used to document and see what type of output the model gives on calling the predict endpoint.

Output results: {{ output_data | pprint }}

{% endblock content %}