Has Anyone Used Machine Learning Algorithms on the Pipedream Platform?

This topic was automatically generated from Slack. You can find the original thread here.

help hi ,anyone tried machine learning algorithm in pipedream platform ?

Hello , I think you can try importing ML libraries such as Pytouch, NumPy, TensorFlow js, etc,… into a code step as you do normally on your local machine.

Though please be mindful of Pipedream limit of 256MB by default on memory usage and execution time limit of 10-15 minutes.

Another consideration is to train your ML model in a ML platform such as AWS Sage maker, then creating a Pipedream webhook as a frontend for those models, and also react to the model result

Okay