Welcome to ABLInfer’s Documentation!¶
ABLInfer is a Python library and command-line tool based on DeepInfer for dispatching medical images to segmentation and registration toolkits, primarily aimed at using Docker containers for automated, deep-learning based segmentation.
To create a new model for use with ABLInfer, first follow Creating a Docker Image to create and deploy your model’s Docker image, then construct a model specification for it by following the Model Reference page. Once finished, users can use your model by pulling the Docker image and downloading the model specification.
User Guide: