Reubencf commited on
Commit
52fa950
·
verified ·
1 Parent(s): 866dc4b

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Frontend React Dataset
3
+ language:
4
+ - en
5
+ task_categories:
6
+ - image-to-text
7
+ tags:
8
+ - screenshot-to-code
9
+ - react
10
+ - tsx
11
+ - ui-generation
12
+ - multimodal
13
+ size_categories:
14
+ - 1K<n<10K
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: data/train-*.parquet
20
+ ---
21
+
22
+ # Frontend React Dataset
23
+
24
+ This dataset contains 1,000 matched examples for training and evaluating
25
+ multimodal screenshot-to-code systems.
26
+
27
+ ## Dataset structure
28
+
29
+ The dataset has one `train` split and exactly three columns:
30
+
31
+ - `screenshot`: the source webpage screenshot as an embedded PNG image
32
+ - `description`: a detailed, section-by-section visual description generated
33
+ with Gemini 3.6 Flash
34
+ - `response`: React/TSX implementation generated with GPT-5.6 Sol
35
+
36
+ The `response` field contains extracted source code without surrounding Markdown
37
+ code fences.
38
+
39
+ ## Quality checks
40
+
41
+ - All 1,000 source images were matched to their corresponding description and
42
+ code response.
43
+ - Image SHA-256 hashes were checked while packaging the dataset.
44
+ - Every response passed static TSX syntax validation with esbuild.
45
+ - API generation status was successful for all 1,000 examples.
46
+
47
+ Static syntax validation does not guarantee pixel-perfect visual similarity or
48
+ that every example runs without its expected React dependencies.
49
+
50
+ ## Intended use
51
+
52
+ This dataset is intended for research and development involving:
53
+
54
+ - screenshot-to-React generation
55
+ - multimodal code generation
56
+ - UI reconstruction
57
+ - supervised fine-tuning and evaluation
58
+
59
+ Review the source screenshots and generated code for licensing, privacy, and
60
+ redistribution requirements before making the dataset public or using it
61
+ commercially.
data/train-00000-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6861af9c04a1086b081c144bbd4f57c9bae4c2770e91b3078a9ae26761fa236c
3
+ size 129121380
data/train-00001-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20facb4f827664885efcec0714b61234f0e0dd761e4b5c1eaf98922a47d4adde
3
+ size 143575366
data/train-00002-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def2a90835f28906902e6e394c0d8cebd13c22d41d747cf8f79f180b2dae87ac
3
+ size 92400648
data/train-00003-of-00004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9586d9bcfddc88f1ae0fc08d6c60feb11e905848008842765eedb3877286d742
3
+ size 86260297