Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
RyanLi0802 commited on
Commit
39b8700
·
verified ·
1 Parent(s): a01128b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: odc-by
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odc-by
3
+ tags:
4
+ - code
5
+ ---
6
+
7
+ The Sketch2Code dataset consists of 731 human-drawn sketches paired with 484 real-world webpages from the [Design2Code dataset](https://huggingface.co/datasets/SALT-NLP/Design2Code), serving to benchmark Vision-Language Models (VLMs) on converting rudimentary sketches into web design prototypes.
8
+
9
+ Each example consists of a pair of source HTML and rendered webpage screenshot ({webpage_id}.html and {webpage_id}.png), as well as 1 to 3 sketches drawn by human annotators ({webpage_id}_{sketch_id}.png).
10
+
11
+ Note that all images in these webpages are replaced by a blue placeholder image (rick.jpg).
12
+
13
+ Please refer to our [Project Page](https://salt-nlp.github.io/Sketch2Code-Project-Page/) for more detailed information.