File size: 1,562 Bytes
5ebeb73
 
 
 
2aaf96a
 
 
 
 
 
5ebeb73
 
25a1e9d
6ebdd52
 
 
 
 
 
 
 
 
 
417b347
b742b60
 
 
 
 
417b347
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
class TextRoadmap:
    roadmap = """

    ## Roadmap

    * Continually retrain and update both segmentation och text-recognition models as more training-data becomes available.
    * Train a TrOCR model specialized on swedish historical handwritten text that is initialized with an historical BERT-model trained here at the Swedish National Archives.
    * An open-source HTR-project where it is easy to implement pipelines such as the one shown in the demo, but that is highly modularized, so you can implement different segmentation strategies, implement models trained with a variety of frameworks, and that offers effective ways to evaluate entire pipelines and compare them with each other. Use-cases should not be restricted to running text, but should comprise all types of handwritten archives.
    * Do large scale HTR on handwritten historical archives that are of interest to researchers within the humanities. 
   
    """

    discussion = """
    ## Get in Touch

    If you have suggestions, questions, or would like to discuss our roadmap further, please don't hesitate to reach out.
    Press badge below to open a discussion on HuggingFace.

    <p align="center">
        <a href="https://huggingface.co/spaces/Riksarkivet/htr_demo/discussions">
            <img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-a-discussion-xl-dark.svg" alt="Badge 1">
        </a>
    </p>"""

    roadmap_image = """  
        <p align="center">
            <img src="" alt="Badge 1">
    </p>"""


if __name__ == "__main__":
    pass