{% extends "base.html" %} {% block topNavbar %}
  • Home
  • Faststyle
  • Styleswap
  • Maskstyle
  • About
  • {% endblock topNavbar %} {% block modal %} {% endblock modal %} {% block header %}
    {% endblock header %} {% block introduce %}

    Welcome to Tucana

    Please choose a transformation mode.

    Your image

    Fast neural style

    In this mode, you can select one style we prepared for you.

    Style image

    Style swap transfer

    In this mode, you can upload any image you like as the style.

    Result image

    Mask neural style

    In this mode, you can select two styles, the machine will detect some objects in the image and apply one style on these objects, another style on background.

    {% endblock introduce %} {% block main %} {% endblock main %} {% block script %} {% endblock script %}