datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
cas2uml_hand-drawn_to_plantuml_datasetThis is the CAS2UML dataset, containing 557 hand-drawn samples: 271 class diagrams and 286 activity diagrams.
Paper: CAS2UML: A Handwritten Sketch-to-PlantUML Dataset for Class and Activity Diagrams
Code: https://github.com/Seym0n/handwritten-uml-dataset
Sample usage
from datasets import load_dataset
dataset = load_dataset("Seym0n/handwritten_plantuml_dataset")
example = dataset["train"][0]
example["image"] # PIL.Image of the handwritten diagram
example["code"] #… See the full description on the dataset page: https://huggingface.co/datasets/Seym0n/cas2uml_hand-drawn_to_plantuml_dataset.Hand_drawn_Sk3tch_styledatasetHandDrawnID_processed_V1
Dataset Card for "HandDrawnID_processed_V1"
More Information needed
ds-handdrawnds-handdrawn-phase-two
