Learn how to connect OpenAI’s models to your Gmail to filter out unwanted messages with OpenFaaS, Python and Google Pub/Sub.| OpenFaaS - Serverless Functions Made Simple
Learn how to take a regular command-line application and convert it into a serverless function.| OpenFaaS - Serverless Functions Made Simple
Learn how to run GPU accelerated functions on OpenFaaS while using Karpenter to save on infrastructure cost.| OpenFaaS - Serverless Functions Made Simple
OpenFaaS is a developer-friendly platform for creating portable functions that can run on any cloud. Learn the use-cases and how you can integrate functions into your product.| OpenFaaS - Serverless Functions Made Simple
Learn how Alex bought a set of chisels by monitoring the price using HTML scraping and a cron job with OpenFaaS. You can apply the same technique for things you’d like to buy or monitor.| OpenFaaS - Serverless Functions Made Simple
Renting a GPU in the cloud, especially with a bare-metal host can be expensive, and even if the hourly rate looks reasonable, over the course of a year, it can really add up. Many of us have a server or workstation at home with a GPU that can be used for serving models with an open source project like Ollama.| inlets.dev
Learn how to install OpenFaaS into an airgap with airfaas for private serverless functions.| OpenFaaS - Serverless Functions Made Simple
OpenAI models can take some time to fully respond, so we’ll show you how to stream responses from functions using Server Sent Events (SSE).| OpenFaaS - Serverless Functions Made Simple