spacy-project-viz: visualize your spaCy project.yml files #7467
pmbaumgartner
started this conversation in
Show & Tell
Replies: 1 comment
-
Ah, this is pretty cool! I'll definitely play with it, I already have a use-case in mind 😀 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
spacy-project-viz
Some of my
project.yml
files were getting a little complex to grok easily, so I built a CLI tool that will generate a graph visualization of commands, dependencies, outputs, and optionally variables in the project.yml file using mermaid.js or graphviz.Repo: https://github.com/pmbaumgartner/spacy-project-viz
Example output (using the pipelines/ner_demo_update project.yml)
I'd love to have folks play around with this and make any issues/PRs with any bugs or feature requests!
Beta Was this translation helpful? Give feedback.
All reactions