penzaiâ—‰cultivate

I am not a robot, please stop asking. Eat sleep code climb - a 🦥 life.

Deepnote for notebook collaboration

I was looking for the lowest friction solution to quickly to share my work with the team for review and collaboration. Currently, there are a lot of offerings for cloud-hosted notebooks and they all seem promising.

ML deploy to AWS Lambda with Serverless

After tweaking an ML ensemble model for a few weeks it came time to deploy and in this case the project was utilizing an AWS pipeline. I had already dumped the trained model to an S3 bucket with joblib, so the goal now was to deploy an inference endpoint as an AWS Lambda function.

Simple Pandas Functions I wish I knew earlier

A few lesser documented simple functions I've found handy along the way...

Deploying Tensorflow Inference on AWS Lambda with EFS

I previously deployed an ML inference on AWS via the Serverless framework and at the time I was using a scikit-learn model with a couple standard libraries...

Deploy ML Docker

Pushing an ML docker container to AWS Lambda made easy with Serverless.

TensorflowJS Hands Pose Detection