oh get it, thank you guys, i am new to this model deployment thing so your comment helped a lot
is there any chance you know an example of a model that's deployed with clearml-serving and have a custom front-end?/
Hi @<1580367711848894464:profile|ApprehensiveRaven81> , for a frontend application you basically need to build something that will have access to the serving solution.
If you can hit the endpoint with curl, you for sure can hook it up to many frontend frameworks.
Personal recs: gradio, streamlit
Abstract the interaction into a function call, and wrap it all in some UI elements using python.