Skip to content
Snippets Groups Projects
Commit ffac5a0e authored by Bastien Abadie's avatar Bastien Abadie Committed by Erwan Rouchet
Browse files

Add every tutorial page in draft mode

parent 5739a8a1
No related branches found
No related tags found
1 merge request!109Add every tutorial page in draft mode
Pipeline #167978 passed
dev:
zola serve --open
zola serve --open --drafts
+++
title = "Tutorial"
sort_by = "weight"
weight = 200
# This is only available in draft mode
draft = true
+++
This documentation is aimed at Digital Humanities specialists who want to transcribe handwritten or printed documents using our Arkindex platform.
In this section you'll find out how to: ...
+++
title = "Creating Ground Truth for classification"
weight = 30
draft = true
+++
- dataset creation
- send in callico
- annotation campaign for classes
- publish back on arkindex
\ No newline at end of file
+++
title = "Training a classification Model"
weight = 40
draft = true
+++
- train yolo on pages
- build classes
- evaluation
\ No newline at end of file
+++
title = "Corpus identification"
weight = 20
draft = true
+++
- example https://europeana.transcribathon.eu/documents/story/item/?item=1258824
- french, completed transcription, handwritten
- import inside arkindex for segmentation + transcription
\ No newline at end of file
+++
title = "Export results"
weight = 100
draft = true
+++
- sqlite export
- build pagexml
\ No newline at end of file
+++
title = "Overview"
weight = 10
draft = true
+++
- tree of actions
- accounts creation or self-host
- goal / deliverable
\ No newline at end of file
+++
title = "Run models in production"
weight = 90
draft = true
+++
- using both models
\ No newline at end of file
+++
title = "Creating Ground Truth for segmentation"
weight = 50
draft = true
+++
- dataset creation
- send in callico
- annotation campaign for lines
- publish back on arkindex
\ No newline at end of file
+++
title = "Training a segmentation Model"
weight = 60
draft = true
+++
- train yolo / Doc-ufcn on lines
- build lines
- evaluation
\ No newline at end of file
+++
title = "Creating Ground Truth for transcription"
weight = 70
draft = true
+++
- dataset creation
- send in callico
- annotation campaign for transcriptions
- publish back on arkindex
\ No newline at end of file
+++
title = "Training a transcription Model"
weight = 80
draft = true
+++
- train Pylaia on lines
- build transcription
- evaluation
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment