webxos commited on
Commit
08dcda7
·
verified ·
1 Parent(s): 3526e5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -29
README.md CHANGED
@@ -1,48 +1,49 @@
1
  ---
2
  license: mit
3
  task_categories:
4
- - image-classification
5
- - image-to-text
6
- - text-to-image
7
  tags:
8
- - typeface
9
- - font
10
- - glyph
11
- - typography
12
- - ocr
13
- - font-recognition
14
- - sythethic
15
- - multimodal
16
- - vision-language
17
- - generated
 
 
 
 
 
 
 
 
18
  ---
19
 
20
- [![Website](https://img.shields.io/badge/webXOS.netlify.app-Explore_Apps-00d4aa?style=for-the-badge&logo=netlify&logoColor=white)](https://webxos.netlify.app)
21
- [![GitHub](https://img.shields.io/badge/GitHub-webxos/webxos-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/webxos/webxos)
22
- [![Hugging Face](https://img.shields.io/badge/Hugging_Face-🤗_webxos-FFD21E?style=for-the-badge&logo=huggingface&logoColor=white)](https://huggingface.co/webxos)
23
- [![Follow on X](https://img.shields.io/badge/Follow_@webxos-1DA1F2?style=for-the-badge&logo=x&logoColor=white)](https://x.com/webxos)
24
 
 
25
 
26
- ## Designed by COLIGNUM/webXOS (x.com/colignum)
27
  ## Dataset Information
28
 
29
  - **Name**: colignum_typeface_dataset_512px_2026-01-22T01-21-36-081Z
30
  - **Total Characters**: 155
31
  - **Resolution**: 512×512 pixels
32
- - **Format**: png_csv
33
- - **Generated**: 2026-01-22T01:21:36.081Z
34
 
35
  ## Character Sets Included
36
- - A-Z Uppercase (26 characters)
37
-
38
- - a-z Lowercase (26 characters)
39
-
40
- - 0-9 Numbers (10 characters)
41
-
42
- - !@#$%^&*()_+-=[]{}|;:,.<>?/~`'" Symbols (32 characters)
43
-
44
- - ÀÁÂÃÄÅÆÇÈÉÊË Extended Unicode (128 characters)
45
 
 
 
 
 
 
46
 
47
  ## File Structure
48
 
 
1
  ---
2
  license: mit
3
  task_categories:
4
+ - image-classification
5
+ - image-to-text
6
+ - text-to-image
7
  tags:
8
+ - typeface
9
+ - font
10
+ - glyph
11
+ - typography
12
+ - ocr
13
+ - font-recognition
14
+ - synthetic
15
+ - multimodal
16
+ - vision-language
17
+ - generated
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path:
23
+ - data/*.csv
24
+ - data/*.parquet
25
+ - images/*.png
26
  ---
27
 
28
+ # Typeface Dataset
 
 
 
29
 
30
+ **Designed by COLIGNUM/webXOS** ([x.com/colignum](https://x.com/colignum))
31
 
 
32
  ## Dataset Information
33
 
34
  - **Name**: colignum_typeface_dataset_512px_2026-01-22T01-21-36-081Z
35
  - **Total Characters**: 155
36
  - **Resolution**: 512×512 pixels
37
+ - **Format**: PNG + CSV/Parquet
38
+ - **Generated**: 2026-01-22
39
 
40
  ## Character Sets Included
 
 
 
 
 
 
 
 
 
41
 
42
+ - **A-Z** Uppercase (26 characters)
43
+ - **a-z** Lowercase (26 characters)
44
+ - **0-9** Numbers (10 characters)
45
+ - **Symbols** (32 characters): `!@#$%^&*()_+-=[]{}|;:,.<>?/~`'"`
46
+ - **Extended Latin** (128+ characters): ÀÁÂÃÄÅÆÇÈÉÊË etc.
47
 
48
  ## File Structure
49