{% extends "layout.html" %} {% block content %}

Welcome to WBIA

WBIA (WildBook Image Analysis) is a Python-based application that facilitates detection and identification of animals in images

Database name
{{ dbname }}

Database location
{{ dbdir }}{% if hostname %} (Container: {{ hostname }}){% endif %}


For more information: http://wildbook.org/
To view the code repository: https://github.com/WildMeOrg/wildbook-ia
To view the API settings: {{ request.url }}{{ url_for('api_root').lstrip('/') }}

{% endblock %}