{{ title }}
{{ description }}
-
{% for cell in cells %}
-
{% if cell.data.type != "editable_text" %}
Cell #{{ cell.id + 1 }}
{% else %}{{ cell.data.data | safe }}
{% endif %} {% if cell.output %} {% if cell.output.image %}{% elif cell.output.text %}
{{ cell.output.text }}
{% endif %} {% endif %}
{% endfor %}
Build your own VisionScript apps
Using VisionScript you can build computer vision apps with a drag-and-drop interface, or a concise programming language.
Get started ➡️