Spaces:
Running
on
T4
Running
on
T4
Borg93
commited on
Commit
•
fb07c0e
1
Parent(s):
0493089
Update text_roadmap.py
Browse files- 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 |
-
|
7 |
-
|
8 |
-
|
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 = """
|