web gui, pkl, and yaml generation #172
Answered
by
bioball
tannerhladek
asked this question in
Q&A
-
I am looking to build a web gui to enable visual yaml generation for a machine learning processe. Pkl's validation and yaml generation seem great, but I am curious if I am barking up the wrong tree. Thoughts and suggestions are much appreciated :) |
Beta Was this translation helpful? Give feedback.
Answered by
bioball
Feb 27, 2024
Replies: 1 comment 3 replies
-
Can you clarify your question? Do you want is a GUI that generates YAML? If so, I'm not sure why Pkl would be helpful here. Unless you wanted to embed a Pkl editor within your web GUI? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, Pkl isn't great at validating external YAML. You might want to consider CUE for this, or JSON Schema. If you want to use JSON Schema, you can certainly use Pkl to generate that JSON Schema.
We do want to support the validation use-case at some point, but it's not there yet.