Answer the question
In order to leave comments, you need to log in
How can I run a model in the background so that I can refer to it later?
Greetings!
I have a regular virtual machine in the cloud under Linux and an ML model that I load using keras.load_model('path/to/model'). I need to make a web service that receives the user's picture, processes it in a Keras model, and returns the response to the page. All the tutorials I found either load the model in view.py and do it on every HTTP request, or create complex schemas with changes in parts of projects outside of the specific application.
I need to:
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question