I have been tasked to create a machine learning model that runs on Google Cloud.
I have seen the following links and tried them myself:
https://www.kutil.org/2020/05/machine-learning-in-google-sheet.html (useful but only shows how to train and predict using tensorflow in GAS; I have not been able to save or load a model using this method)
https://nithanaroy.medium.com/securely-deploy-your-tensorflow-js-model-via-google-app-script-f1254843445d (shows how to convert a model from Python TensorFlow to Tensorflow.js, load and deploy it on a website in HTML on GAS; I have not been able to do the same on GAS without the HTML part)
Please help... Thanks! :)
Edit: the purpose is to regularly make predictions by having the script run automatically using "triggers" with results compiled in a spreadsheet/SQL for admin users to review regularly.
2.1m questions
2.1m answers
60 comments
57.0k users