kitops icon indicating copy to clipboard operation
kitops copied to clipboard

`init` command to generate a kitfile

Open bmicklea opened this issue 11 months ago • 0 comments

Implement an init command to initialize a kitfile on a given repository. The command should be able to introspect the folder and suggests a kitfile. It should also be able to use artifacts from different frameworks like MLFlow to initialize the information

The init command is an interactive command. It should be able to discover artifacts on a folder like jupyter notebooks, csv. json, well known serialized models and interactively complete the generation of the kitfile.

Also init should recognize and generate kitfile from the info generated by MLFlow's save_model

bmicklea avatar Mar 14 '24 19:03 bmicklea