Hugging face provides transforms and models that allows AL/ML processing offline - https://huggingface.co/ We currently use Digital Ocean and I would like to unload our ML onto DO functions. I know AWS does this already with a few AWS services: https://aws.amazon.com/blogs/compute/hosting-hugging-face-models-on-aws-lambda/ I was wondering if we can run it on DO anyone done this as it would really scale and be super cheap to do this instead of spinning up a droplet? Any help would be appreciated.
This can already be done on AWS but looking to see if we can do it with DO functions?