Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This model has been made in order to extract the pictures of old French newspapers pages.
|
2 |
|
3 |
The model has been trained on BNF-Gallica materials annotated to detect the images and trained with Layout Parser. The script you can use to extract the images from this model is available as a notebook on my Github repo.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- fr
|
6 |
+
pipeline_tag: image-segmentation
|
7 |
+
tags:
|
8 |
+
- humanities
|
9 |
+
- history
|
10 |
+
- newspapers
|
11 |
+
---
|
12 |
This model has been made in order to extract the pictures of old French newspapers pages.
|
13 |
|
14 |
The model has been trained on BNF-Gallica materials annotated to detect the images and trained with Layout Parser. The script you can use to extract the images from this model is available as a notebook on my Github repo.
|