Getting Started =============== Vortex is collections of models and tools to simplify your deep learning computer vision project. The main part of vortex you need to know is the :py:mod:`~vortex.development.networks.models.ModelBase`. Here is an example you could incorporate vortex in your project. .. raw:: html Open In Colab .. include:: _build/examples/classification/mnasnet.rst