Borg93 commited on
Commit
fb07c0e
1 Parent(s): 0493089

Update text_roadmap.py

Browse files
Files changed (1) hide show
  1. helper/text/text_roadmap.py +21 -6
helper/text/text_roadmap.py CHANGED
@@ -1,13 +1,28 @@
1
  class TextRoadmap:
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
  discussion = """
 
1
  class TextRoadmap:
2
  roadmap = """
 
3
  ## Roadmap
4
+
5
+ - **Model Training & Updates**
6
+ - Continually retrain and update both segmentation and text-recognition models as more training data becomes available.
7
+
8
+ - **Specialized TrOCR Model**
9
+ - Train a TrOCR model specialized on Swedish historical handwritten text.
10
+ - Initialize with a historical BERT-model trained at the Swedish National Archives.
11
+
12
+ - **Open-source HTR Project**
13
+ - Develop an easy-to-implement pipeline like the demo.
14
+ - Ensure high modularity:
15
+ - Different segmentation strategies.
16
+ - Integration of models from various frameworks.
17
+ - Effective evaluation methods for entire pipelines and their comparisons.
18
+ - Broad use-cases: Not just running text, but all types of handwritten archives.
19
+
20
+ - **Large Scale HTR**
21
+ - Conduct large scale HTR on handwritten historical archives of interest to humanities researchers.
22
 
23
+ - **Rest APIs**
24
+ - Serve model through inference APIs
25
+
 
 
26
  """
27
 
28
  discussion = """