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.user-stories-to-plantuml-usecase-diagramplantuml_generation
Dataset Card for "plantuml_generation"
More Information needed
repo-plantuml-dataset
Repo PlantUML Dataset
Description
The repo-plantuml-dataset aggregates PlantUML files collected from 68 public repositories.
Each file retains its original repository license.Repository-level metadata and source attribution are provided in metadata.csv.
This dataset is intended for research involving UML diagrams, diagram generation, and software architecture analysis.
Dataset Structure
The dataset contains:
PlantUML source files (.puml, .plantuml, etc.)
A… See the full description on the dataset page: https://huggingface.co/datasets/jg512/repo-plantuml-dataset.softw-desc-to-plantuml-usecase-diagramthe-stack-v2_PlantUML_fullPrompt-to-PlantUMLplantuml-trainingthe-stack-v2_PlantUML_filteredplantuml-jsonClassDiagram_PlantUML_Textplantuml-datasets
