Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tracebloc.io/llms.txt

Use this file to discover all available pages before exploring further.

Each task tracebloc supports comes with a runnable data-ingestion template — a working Dockerfile, ingestor.py, and ingestor-job.yaml you can copy, point at your data, and ship.

Available templates

TaskTemplate
Image classificationtemplates/image_classification
Object detectiontemplates/object_detection
Keypoint detectiontemplates/keypoint_detection
Semantic segmentationtemplates/semantic_segmentation
Text classificationtemplates/text_classification
Tabular classificationtemplates/tabular_classification
Tabular regressiontemplates/tabular_regression
Time series forecastingtemplates/time_series_forecasting
Time-to-event predictiontemplates/time_to_event_prediction
See Prerequisites for the full list of supported tasks and required data formats.

How to use a template

  1. Clone the data-ingestors repo and copy the template directory you want.
  2. Point it at your data — set SRC_PATH and LABEL_FILE in ingestor-job.yaml.
  3. Build and deploy as a Kubernetes Job. See Prepare Dataset for the full ingestion workflow.

Browse live use cases

For real examples already running on the platform, see the explore section on tracebloc.

Need help?

Email [email protected].