Spaces:
Sleeping
Sleeping
Sneriko
commited on
Commit
•
2aaf96a
1
Parent(s):
deef83a
roadmap
Browse files
helper/text/text_roadmap.py
CHANGED
@@ -2,7 +2,12 @@ class TextRoadmap:
|
|
2 |
roadmap = """
|
3 |
|
4 |
## Roadmap
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
6 |
"""
|
7 |
|
8 |
notebook = """
|
|
|
2 |
roadmap = """
|
3 |
|
4 |
## Roadmap
|
5 |
+
|
6 |
+
* Continually retrain and update both segmentation och text-recognition models as more training-data becomes available.
|
7 |
+
* 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.
|
8 |
+
* 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.
|
9 |
+
* Do large scale HTR on handwritten historical archives that are of interest to researchers within the humanities.
|
10 |
+
|
11 |
"""
|
12 |
|
13 |
notebook = """
|