ashen007 commited on
Commit
1ef1827
·
verified ·
1 Parent(s): 5d1fba3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -14,6 +14,12 @@ pipeline_tag: object-detection
14
 
15
  This model is a fine-tuned YOLO detector for document layout analysis, capable of identifying various document elements such as text columns, figures, tables, and other typographical features.
16
 
 
 
 
 
 
 
17
  ## Model Description
18
 
19
  The model is trained to detect and classify 20 different document components, including text structures (TextColumn, List), semantic elements (Title, Header), typographical features (Bold, Italic), and visual components (Figure, Table).
 
14
 
15
  This model is a fine-tuned YOLO detector for document layout analysis, capable of identifying various document elements such as text columns, figures, tables, and other typographical features.
16
 
17
+ ## Interactive Demo
18
+
19
+ Try the model directly in your browser:
20
+
21
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://ashen007-yolo-document-layout-demo.hf.space/?__theme=system)
22
+
23
  ## Model Description
24
 
25
  The model is trained to detect and classify 20 different document components, including text structures (TextColumn, List), semantic elements (Title, Header), typographical features (Bold, Italic), and visual components (Figure, Table).