Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 907 Bytes

index.rst

File metadata and controls

48 lines (37 loc) · 907 Bytes

Welcome to

images/luminoth-logo.png

Luminoth is an open source toolkit for computer vision. Currently, we support object detection, but we are aiming for much more. It's built in Python, using TensorFlow.

The code is open source and available on GitHub.

Documentation

.. toctree::
   :maxdepth: 2
   :caption: Usage:

   usage/installation
   usage/quickstart
   Tutorial <tutorial/index>
   usage/dataset
   usage/training
   usage/evaluation
   usage/cloud
   usage/checkpoints

.. toctree::
   :maxdepth: 2
   :caption: API reference:

   api/datasets
   api/models

.. toctree::
   :maxdepth: 2
   :caption: CLI reference:

   cli/checkpoint
   cli/cloud
   cli/dataset
   cli/eval
   cli/predict
   cli/server
   cli/train