Roboflow Integration
====================
This example showcases the usage of the `ROBOFLOW `__ platform to train a custom object detection model and use it with DepthAI SDK.
.. include:: /includes/blocking_behavior.rst
Setup
#####
.. include:: /includes/install_from_pypi.rst
Pipeline
########
.. image:: /_static/images/pipelines/roboflow_integration.png
:alt: Pipeline graph
Source Code
###########
.. tabs::
.. tab:: Python
Also `available on GitHub `__.
.. literalinclude:: ../../../../examples/NNComponent/roboflow_integration.py
:language: python
:linenos:
.. include:: /includes/footer-short.rst