I created a Machine Learning classifier with Python, using word2vec and I want to create an API to use it in production. What's the easiest way to do that please ?
I heard of AWS Lambda and Microsoft Azure Machine Learning Studio but I am not sure it would work with word2vec. For example with AWS Lambda, would I need to reload the libraries each time (it takes a while to do that). And can I install any Python package with Microsoft Azure Machine Learning Studio and choose any kind of machine (need a lot of RAM for word2vec) ?
Thanks