mlem
mlem copied to clipboard
Build and publish MLEM Streamlit component
Would it be possible (or make sense) to bundle the relevant parts as a streamlit component (https://streamlit.io/components)? As streamlit user, I like this approach so I can use the parts that I am interested while being able to wrap with UI and other stuff I like. An example app could still be shiped withint MLEM but it would decouple the UI wrapper from the “MLEM component”
Suggested by @daavoo
If we could do that, I think that Streamlit component would allow users to use MLEM model as a part of more complex application, containing more things than just MLEM model UI. Need to investigate and see if this is possible.