Connect Torchserve to Mobile Application

Hello! We’re currently exploring torchserve and is thinking of using it on a mobile application that we are doing for school. Is it possible to connect torchserve to a mobile application and would it be possible to know how would that be possible? Thank you so much.

I think this should be possible if you configure TorchServe to accept remote requests e.g. via the REST API.

Do you mean getting requests from the Inference API (to request and get the output prediction) provided by the TorchServe or do we need to build a separate REST API that would connect our mobile application and TorchServe? I’m sorry for the questions but I can’t seem to find any resources online that did a similar work of connecting mobile app and TorchServe. Thank you!