Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Guys, I Have A Question Regarding Clearml-Serving. I Have Deployed My Model To An Api, Now I Want To Add A Front End Interface For The Url, How Should I Go About Doing It?

hi guys, i have a question regarding clearml-serving. i have deployed my model to an API, now I want to add a front end interface for the URL, how should I go about doing it?

  
  
Posted 9 months ago
Votes Newest

Answers 7


i'm trying to build an image segmentation tool, so I expect that the front end will allow users to upload images, get their segmented images & option to annotate the images if the results are not good enough

  
  
Posted 9 months ago

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , you mean you'd like to have some web interface to interact with the API?

  
  
Posted 9 months ago

using the API interface, users should be able to upload an image for the model to run inference on and get the result image

  
  
Posted 9 months ago

another problem is that i just want to use clearml-serving to serve an already trained model, the training process is not tracked my clearml, meaning the model is not registered on the models tab. is there any way to use clearml-serving to serve a model that is not tracked by clearml? @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 9 months ago

yes

  
  
Posted 9 months ago

@<1523701070390366208:profile|CostlyOstrich36> how should i implement my own frontend? i mean, if was using fastapi, I can imagine coding HTML files and then link them to the specific URL endpoint, but with ClearML, I don't know where should I put the code for my front-end.

  
  
Posted 9 months ago

Regarding UI - you can either build your own frontend for it or use streamlit / gradio applications (Which are supported in the enterprise license).

About using a model outside of ClearML - You can simply register the model to the model artifactory - None

  
  
Posted 9 months ago
554 Views
7 Answers
9 months ago
9 months ago
Tags