I just want to have a model I can reach via REST API, and the model just has to be this :
import fasttext
ft = fasttext.load_model('pretrained model location')
But I want it to be on the Google Cloud platform because the model takes 7GB of RAM. How can I accomplish this?