Torchserve REST API vs Flask REST API #581
Labels
triaged_wait
Waiting for the Reporter's resp
Why_should_I_use_serve
Questions around the competitiveness of the product
I am trying to serve a model on a server. Apart from doing inference, I want to be able to send inference results to a SQL database as well as back to the request. Basically, I want to add customer API methods. Is this done via
handler.py
or should I just use Flask to get this done? What are the major differences between TS and Flask?The text was updated successfully, but these errors were encountered: