'How can I deploy a fasttext model on google cloud?

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source