Tutorial for deploying open-source AI models in Netlify Functions

:wave: Hi there!

I’m Jonathan, the maintainer of EnergeticAI, an optimized version of Tensorflow.js for serverless functions, with fast cold-start and small bundle-size.

It makes using open-source AI as easy as npm install.

I pulled together a tutorial on using EnergeticAI to build product recommendations for a fictional e-commerce store with Remix, and deploying all of this on Netlify Functions.

Check out the tutorial here: https://energeticai.org/docs/tutorial
Here’s the working site: https://energetic-ai-examples-recommendations.netlify.app/

Let me know what you think!
Jonathan