FlowGen / test /diagrams /scanned_medium /diagrams_109.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
Raw
History Blame Contribute Delete
1.99 kB
digraph {
rankdir=BT
N0 [label="Meeting Transcription" color="#FFD54F" fillcolor="#FFF8E1" shape=parallelogram style=filled]
N1 [label="Voice User Interface Design" color="#EAEFA5" fillcolor="#FDFCEB" shape=ellipse style=filled]
N2 [label="Call Center Automation" color="#EAEFA5" fillcolor="#FDFCEB" shape=document style=filled]
N3 [label="Phonetic Transcription" color="#00BCD4" fillcolor="#E0F7FA" shape=database style=filled]
N4 [label="Voice Biometrics" color="#FFD54F" fillcolor="#FFF8E1" shape=rectangle style=filled]
N5 [label="Children's Speech Recognition" color="#FFD54F" fillcolor="#FFF8E1" shape=predefinedprocess style=filled]
N6 [label="Dialect Adaptation" color="#FFD54F" fillcolor="#FFF8E1" shape=hexagon style=filled]
N7 [label="Cloud_based Speech Services" color="#EAEFA5" fillcolor="#FDFCEB" shape=hexagon style=filled]
N8 [label="Keyword Spotting" color="#EAEFA5" fillcolor="#FDFCEB" shape=rectangle style=filled]
N9 [label="Command and Control" color="#FFD54F" fillcolor="#FFF8E1" shape=inputoutput style=filled]
N10 [label="Noise Reduction" color="#00BCD4" fillcolor="#E0F7FA" shape=rectangle style=filled]
N0 -> N1 [color="#EAEFA5" penwidth=1.5 style=dashed label="updates" dir=forward]
N1 -> N2 [color="#FFD54F" penwidth=1.5 style=dashed label="secures" dir=forward]
N2 -> N3 [color="#000000" penwidth=1.5 style=dashed label="integrates" dir=forward]
N3 -> N4 [color="#EAEFA5" penwidth=1.5 style=dashed label="outputs" dir=forward]
N4 -> N5 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward]
N5 -> N6 [color="#EAEFA5" penwidth=1.5 style=solid label="evaluates" dir=forward]
N6 -> N7 [color="#000000" penwidth=1.5 style=dashed dir=forward]
N7 -> N8 [color="#EAEFA5" penwidth=1.5 style=dashed dir=forward]
N8 -> N9 [color="#EAEFA5" penwidth=1.5 style=dashed label="acoustic_models" dir=forward]
N9 -> N10 [color="#EAEFA5" penwidth=1.5 style=solid dir=forward]
N9 -> N7 [color="#000000" penwidth=1.5 style=solid label="dictates" dir=forward]
}