Each task tracebloc supports comes with a runnable data-ingestion template — a workingDocumentation Index
Fetch the complete documentation index at: https://docs.tracebloc.io/llms.txt
Use this file to discover all available pages before exploring further.
Dockerfile, ingestor.py, and ingestor-job.yaml you can copy, point at your data, and ship.
Available templates
| Task | Template |
|---|---|
| Image classification | templates/image_classification |
| Object detection | templates/object_detection |
| Keypoint detection | templates/keypoint_detection |
| Semantic segmentation | templates/semantic_segmentation |
| Text classification | templates/text_classification |
| Tabular classification | templates/tabular_classification |
| Tabular regression | templates/tabular_regression |
| Time series forecasting | templates/time_series_forecasting |
| Time-to-event prediction | templates/time_to_event_prediction |
How to use a template
- Clone the data-ingestors repo and copy the template directory you want.
- Point it at your data — set
SRC_PATHandLABEL_FILEiningestor-job.yaml. - Build and deploy as a Kubernetes Job. See Prepare Dataset for the full ingestion workflow.