- Google Cloud Platform allows you to easily train models by uploading CSV data. One thing we can do is get input from a user and then create a CSV and store it on AWS. We can use that CSV and train a model on Google Vertex and then query it using a REST API to provide results. - While this is somewhat easy it doesn't solve that much of a problem for us and we can do this fairly fast manually also using code. Especially once we identify the model we like it should be pretty quick.