RohitManglik commited on
Commit
f115144
·
verified ·
1 Parent(s): 93635bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +244 -0
README.md CHANGED
@@ -1,3 +1,247 @@
 
1
  ---
 
 
 
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ````markdown
2
  ---
3
+ language:
4
+ - en
5
+
6
  license: cc-by-4.0
7
+
8
+ pretty_name: InfoBay.AI Infographic Dataset Catalogue
9
+
10
+ size_categories:
11
+ - 100K<n<1M
12
+
13
+ task_categories:
14
+ - image-classification
15
+ - image-generation
16
+ - image-to-text
17
+ - object-detection
18
+ - visual-question-answering
19
+
20
+ task_ids:
21
+ - computer-vision
22
+ - multimodal-learning
23
+
24
+ tags:
25
+ - infographic
26
+ - charts
27
+ - diagrams
28
+ - data-visualization
29
+ - documents
30
+ - business
31
+ - education
32
+ - technology
33
+ - science
34
+ - computer-vision
35
+ - multimodal
36
+ - generative-ai
37
+ - vision-language-models
38
+ - ocr
39
+ - enterprise-ai
40
+ - knowledge-extraction
41
  ---
42
+
43
+ # InfoBay.AI Infographic Dataset Catalogue
44
+
45
+ ## Overview
46
+
47
+ The **InfoBay.AI Infographic Dataset Catalogue** is a professionally curated collection of **90,000 infographic images** designed for Artificial Intelligence, Computer Vision, Document Understanding, Visual Question Answering (VQA), Optical Character Recognition (OCR), and Multimodal Foundation Models.
48
+
49
+ The collection includes high-quality infographic assets covering business intelligence, education, finance, healthcare, science, technology, analytics, and documentation. The dataset has been serialized into **Apache Parquet** for efficient storage, cloud-native distribution, and large-scale AI training while preserving the original filenames, directory hierarchy, and binary image data.
50
+
51
+ The original image files can be reconstructed exactly from the provided Parquet files.
52
+
53
+ ---
54
+
55
+ # Dataset Statistics
56
+
57
+ | Property | Value |
58
+ |----------|------:|
59
+ | Dataset Name | InfoBay.AI Infographic Dataset Catalogue |
60
+ | Asset Type | PNG / JPEG |
61
+ | Total Images | 90,000 |
62
+ | Storage Format | Apache Parquet |
63
+ | License | CC BY 4.0 |
64
+
65
+ ---
66
+
67
+ # Dataset Categories
68
+
69
+ The collection covers a diverse range of infographic styles and industries, including:
70
+
71
+ - Business & Finance
72
+ - Education
73
+ - Healthcare
74
+ - Technology
75
+ - Science
76
+ - Data Analytics
77
+ - Reports
78
+ - Documentation
79
+ - Charts
80
+ - Graphs
81
+ - Diagrams
82
+ - Timelines
83
+ - Process Flows
84
+ - Presentations
85
+ - Statistical Visualizations
86
+
87
+ ---
88
+
89
+ # Primary AI Applications
90
+
91
+ This dataset is suitable for training and evaluating models in:
92
+
93
+ - Computer Vision
94
+ - Document AI
95
+ - OCR
96
+ - Vision Language Models (VLMs)
97
+ - Large Multimodal Models (LMMs)
98
+ - Visual Question Answering (VQA)
99
+ - Image Captioning
100
+ - Image Retrieval
101
+ - Knowledge Extraction
102
+ - Automated Report Generation
103
+ - Educational AI
104
+ - Presentation AI
105
+ - Search Indexing
106
+ - Enterprise Search
107
+ - Retrieval-Augmented Generation (RAG)
108
+
109
+ ---
110
+
111
+ # Enterprise Applications
112
+
113
+ - Business Intelligence
114
+ - Educational Platforms
115
+ - Analytics Dashboards
116
+ - Document Automation
117
+ - Knowledge Management
118
+ - Search Engines
119
+ - Digital Libraries
120
+ - Enterprise AI Systems
121
+ - Marketing & Presentation Automation
122
+ - Visual Search Platforms
123
+
124
+ ---
125
+
126
+ # Storage Format
127
+
128
+ The dataset is distributed in **Apache Parquet** format.
129
+
130
+ Each row represents one original infographic image.
131
+
132
+ Typical schema:
133
+
134
+ | Column | Description |
135
+ |---------|-------------|
136
+ | relative_path | Original file path |
137
+ | filename | Original filename |
138
+ | extension | File extension |
139
+ | size | Original file size (bytes) |
140
+ | content | Binary image data |
141
+
142
+ The complete original directory structure can be restored programmatically from the Parquet dataset.
143
+
144
+ ---
145
+
146
+ # Why Apache Parquet?
147
+
148
+ Apache Parquet offers several advantages for large-scale AI datasets:
149
+
150
+ - Efficient compression
151
+ - Faster loading
152
+ - Reduced storage requirements
153
+ - Cloud-native architecture
154
+ - Hugging Face compatibility
155
+ - Streaming support
156
+ - Distributed processing
157
+ - Scalable data pipelines
158
+
159
+ ---
160
+
161
+ # Loading the Dataset
162
+
163
+ ```python
164
+ from datasets import load_dataset
165
+
166
+ dataset = load_dataset("YOUR_USERNAME/YOUR_DATASET_NAME")
167
+
168
+ print(dataset)
169
+ ```
170
+
171
+ ---
172
+
173
+ # Example
174
+
175
+ ```python
176
+ sample = dataset["train"][0]
177
+
178
+ print(sample["filename"])
179
+ print(sample["extension"])
180
+ print(sample["size"])
181
+ print(sample["content"])
182
+ ```
183
+
184
+ ---
185
+
186
+ # AI Research Use Cases
187
+
188
+ Researchers can leverage this dataset for:
189
+
190
+ - Infographic Classification
191
+ - Document Understanding
192
+ - Layout Analysis
193
+ - OCR Benchmarking
194
+ - Visual Retrieval
195
+ - Multimodal Representation Learning
196
+ - Chart Understanding
197
+ - Knowledge Graph Construction
198
+ - Information Extraction
199
+ - Automated Educational Content Generation
200
+
201
+ ---
202
+
203
+ # Citation
204
+
205
+ If you use this dataset in research, publications, or commercial applications, please cite:
206
+
207
+ ```bibtex
208
+ @dataset{infobay_infographic_dataset_2026,
209
+ title = {InfoBay.AI Infographic Dataset Catalogue},
210
+ author = {InfoBay.AI},
211
+ year = {2026},
212
+ publisher = {InfoBay.AI},
213
+ license = {CC BY 4.0}
214
+ }
215
+ ```
216
+
217
+ ---
218
+
219
+ # License
220
+
221
+ This dataset is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
222
+
223
+ You are free to:
224
+
225
+ - Share — copy and redistribute the material in any medium or format.
226
+ - Adapt — remix, transform, and build upon the material for any purpose, including commercial use.
227
+
228
+ Under the following condition:
229
+
230
+ - Attribution — Appropriate credit must be given to **InfoBay.AI**, a link to the license must be provided, and any modifications should be clearly indicated.
231
+
232
+ For the complete license, visit:
233
+
234
+ https://creativecommons.org/licenses/by/4.0/
235
+
236
+ ---
237
+
238
+ # Disclaimer
239
+
240
+ This dataset is provided for research, educational, and enterprise AI development purposes. Users are responsible for ensuring compliance with all applicable copyright laws, intellectual property rights, and licensing obligations when using or redistributing the dataset.
241
+
242
+ ---
243
+
244
+ # Acknowledgements
245
+
246
+ The **InfoBay.AI Infographic Dataset Catalogue** has been curated to advance research in Computer Vision, Document AI, Vision-Language Models, Multimodal Learning, Knowledge Extraction, and Generative AI. We hope this collection accelerates innovation in intelligent document understanding, educational technologies, and enterprise AI solutions.
247
+ ````