Spring Flask REST API interworking question

Viewed 17

I coded a rest api serving Pytorch model with Flask. The created REST API was created on a personal PC, and this should be used for the operating language server. The backend of the production server uses Spring. I wonder how to use the API made with Flask in the production server.

The development environment is anaconda virtual environment, and the development environment and Flask development environment used for the PyTorch model are established. Currently, it is only running on the local host.

0 Answers
Related