CoolFace
Datasetpublic

Anonymous112233/FlowGen

🌟 FlowGen FlowGen is a controllable flowchart synthesizer that generates diagrams with tunable structural features and supports multiple rendering styles. 📑 Dataset description This dataset contains different types of renderer flowchart images with different difficulty levels. Types Train (Easy) Train (Medium) Train (Hard) Test (Graph Easy) Test (Graph Medium) Test (Graph Hard) Test (Scanned Easy) Test (Scanned Medium) Test (Scanned Hard) Mermaid 960… See the full description on the dataset page: https://huggingface.co/datasets/Anonymous112233/FlowGen.

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes2kdownloads
Dataset Card

🌟 FlowGen

FlowGen is a controllable flowchart synthesizer that generates diagrams with tunable structural features and supports multiple rendering styles.

📑 Dataset description

This dataset contains different types of renderer flowchart images with different difficulty levels.

TypesTrain (Easy)Train (Medium)Train (Hard)Test (Graph Easy)Test (Graph Medium)Test (Graph Hard)Test (Scanned Easy)Test (Scanned Medium)Test (Scanned Hard)
Mermaid960960960360360360360360360
Graphviz960960960360360360360360360
PlantUML960960960360360360360360360
Diagrams960960960360360360360360360
Total384038403840144014401440144014401440

Dataset Structure

plaintext
Flowchart_Bench/
├── train/
│   ├── mermaid
|       ├──easy
|          ├──mermaid_1.mmd
|          ├──mermaid_1.png
|          ├──mermaid_1.txt
|          └── ...
|       ├──medium
|          └── ...
│   ├── graphviz
|       ├──easy
|          ├──graphviz_1.dot
|          ├──graphviz_1.png
|          ├──graphviz_1.txt
|          └── ...
|       ├──medium
|          └── ...
│   ├── plantuml
|       ├──easy
|          ├──plantuml_1.puml
|          ├──plantuml_1.png
|          ├──plantumlz_1.txt
|          └── ...
|       ├──medium
|          └── ...
│   └── diagrams
|       ├──easy
|          ├──diagrams_1.dot
|          ├──diagrams_1.png
|          ├──diagrams_1.txt
|          └── ...
|       ├──medium
|          └── ...
├── ...
└── README.md

For more information check FlowGen.

Anonymous112233/FlowGen · CoolFace