Skip to content

Latest commit

History

History
29 lines (21 loc) 路 1.42 KB

File metadata and controls

29 lines (21 loc) 路 1.42 KB
description
Learning how to develop a custom annotator.

{% hint style="warning" %} This is an older version of the ZenML documentation. To read and view the latest version please visit this up-to-date URL. {% endhint %}

Develop a Custom Annotator

{% hint style="info" %} Before diving into the specifics of this component type, it is beneficial to familiarize yourself with our general guide to writing custom component flavors in ZenML. This guide provides an essential understanding of ZenML's component flavor concepts. {% endhint %}

Annotators are a stack component that enables the use of data annotation as part of your ZenML stack and pipelines. You can use the associated CLI command to launch annotation, configure your datasets and get stats on how many labeled tasks you have ready for use.

{% hint style="warning" %} Base abstraction in progress!

We are actively working on the base abstraction for the annotators, which will be available soon. As a result, their extension is not possible at the moment. If you would like to use an annotator in your stack, please check the list of already available feature stores down below. {% endhint %}

ZenML Scarf