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

Welcome to IBEIS

IBEIS (Image Based Ecological Information System) 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://wbia.org/
To view the code repository: https://github.com/WildbookOrg/wbia
To view the API settings: {{ request.url }}{{ url_for('api_root').lstrip('/') }}

{% endblock %}