Forums

Running a machine learning model with flask

I have a flask script that would act as an API where users can send information, the server puts the user input through a machine learning model (already built) and returns something to the user. I assume pythonanywhere is unequipped for something like this as it's relatively computationally expensive and would probably need a GPU if the service got any use. Any recommendations? Looking for the simplest solution possible.

if it's already built and tweaked then it shouldn't be computationally intensive?