diff --git a/content/training/train-process/index.md b/content/training/train-process/index.md index e26a7b6acf2736a045e2b38a64fba76a0b20cf98..bc19861e08a1735408e0ff6cd81d12e20eadf453 100644 --- a/content/training/train-process/index.md +++ b/content/training/train-process/index.md @@ -58,5 +58,15 @@ To train a new YOLO model for *Image Classification*, create a process with the {{ figure(image="training/train-process/yolo_classify.png", height=500, caption="Training a YOLO model for image classification") }} ---- +### PyLaia + +[PyLaia](https://atr.pages.teklia.com/pylaia/) is a model designed to perform Automatic Text Recognition (ATR). + +To train a new PyLaia model on a dataset, create a process with the [PyLaia Training](https://demo.arkindex.org/process/workers/3370f2d9-d3fa-4e49-afa4-ea9e6875052f) worker. + +Learn more about how to use this worker on its [description page](https://demo.arkindex.org/process/workers/3370f2d9-d3fa-4e49-afa4-ea9e6875052f). + +{{ figure(image="training/train-process/pylaia.png", height=500, caption="Training a PyLaia model") }} + + [dataset-process]: @/training/dataset-process/index.md \ No newline at end of file diff --git a/content/training/train-process/pylaia.png b/content/training/train-process/pylaia.png new file mode 100644 index 0000000000000000000000000000000000000000..275ef1a6d3bfa1d39107a183707e59640f72d32b Binary files /dev/null and b/content/training/train-process/pylaia.png differ