# Neural Network integration

- [Overview](/app-development/neural-network-integration/overview.md)
- [Serving App](/app-development/neural-network-integration/inference.md)
- [Introduction](/app-development/neural-network-integration/inference/overview-nn-integration.md)
- [Instance segmentation](/app-development/neural-network-integration/inference/instance-segmentation.md): Step-by-step tutorial of how to integrate custom instance segmentation neural network into Supervisely platform on the example of detectron2.
- [Object detection](/app-development/neural-network-integration/inference/object-detection.md): Step-by-step tutorial of how to integrate custom object detection neural network into Supervisely platform on the example of detectron2.
- [Semantic segmentation](/app-development/neural-network-integration/inference/semantic-segmentation.md): Step-by-step tutorial of how to integrate custom semantic segmentation neural network into Supervisely platform on the example of mmsegmentation.
- [Pose estimation](/app-development/neural-network-integration/inference/pose-estimation.md): Step-by-step tutorial of how to integrate custom pose estimation neural network into Supervisely platform on the example of ViTPose.
- [Point tracking](/app-development/neural-network-integration/inference/point-tracking.md): Step-by-step tutorial on how to integrate custom point tracking neural network into Supervisely platform on the example of PIPs.
- [Object tracking](/app-development/neural-network-integration/inference/object-tracking.md): Step-by-step tutorial on how to integrate custom visual object tracking neural network into Supervisely platform on the example of MixFormer model.
- [Mask tracking](/app-development/neural-network-integration/inference/mask-tracking.md): Step-by-step tutorial on how to integrate custom video object segmentation neural network into Supervisely platform on the example of XMem.
- [Image matting](/app-development/neural-network-integration/inference/image-matting.md): Step-by-step tutorial on how to integrate custom interactive image matting neural network into Supervisely platform on the example of Matte Anything.
- [How to customize model inference](/app-development/neural-network-integration/inference/customize-inference.md)
- [Example: Custom model inference with probability maps](/app-development/neural-network-integration/inference/custom-inference-with-alpha-mask-segmentation.md)
- [Serving App with GUI](/app-development/neural-network-integration/inference-with-gui.md)
- [Introduction](/app-development/neural-network-integration/inference-with-gui/overview.md)
- [How to use default GUI template](/app-development/neural-network-integration/inference-with-gui/use-gui-template.md)
- [Default GUI template customization](/app-development/neural-network-integration/inference-with-gui/customize-gui-template.md)
- [How to create custom user interface](/app-development/neural-network-integration/inference-with-gui/create-custom-gui.md)
- [Inference API](/app-development/neural-network-integration/inference-api-tutorial.md)
- [Training App](/app-development/neural-network-integration/training.md)
- [Overview](/app-development/neural-network-integration/training/overview.md)
- [Tensorboard template](/app-development/neural-network-integration/training/tensorboard-template.md): Step-by-step tutorial explains how to use custom training script and log results in Tensorboard
- [Object detection](/app-development/neural-network-integration/training/training-dashboard.md): Step-by-step tutorial explains how to integrate custom object detection neural network into Supervisely platform
- [High level scheme](/app-development/neural-network-integration/nn-training-deployment.md): Guide explains how to train and deploy Neural Networks in Supervisely
- [Custom inference pipeline](/app-development/neural-network-integration/custom-inference-pipeline.md)
- [Train and predict automation model pipeline](/app-development/neural-network-integration/model-automation-train-and-predict-pipeline.md)
