From 5d303ce6f2b96e0f2f151c72d5eba64db04cd8e9 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Wed, 13 Nov 2024 13:45:47 +0000 Subject: [PATCH] New Realtime example added to docs --- .../examples/fal-ai-image-to-cartoon.mdx | 25 ++++--- docs/guides/examples/fal-ai-realtime.mdx | 72 +++++++++++++++++++ docs/mint.json | 1 + docs/video-walkthrough.mdx | 4 +- 4 files changed, 90 insertions(+), 12 deletions(-) create mode 100644 docs/guides/examples/fal-ai-realtime.mdx diff --git a/docs/guides/examples/fal-ai-image-to-cartoon.mdx b/docs/guides/examples/fal-ai-image-to-cartoon.mdx index 12794e42c..681fbefd9 100644 --- a/docs/guides/examples/fal-ai-image-to-cartoon.mdx +++ b/docs/guides/examples/fal-ai-image-to-cartoon.mdx @@ -1,22 +1,27 @@ --- -title: "Convert an image to a cartoon using fal AI" -sidebarTitle: "fal AI image to cartoon" -description: "This example demonstrates how to convert an image to a cartoon using fal AI with Trigger.dev." +title: "Convert an image to a cartoon using Fal.ai" +sidebarTitle: "Fal.ai image to cartoon" +description: "This example task generates an image from a URL using Fal.ai and uploads it to Cloudflare R2." --- -## Overview +## Walkthrough -Fal AI is a platform that provides access to advanced AI models for tasks such as image generation, text summarization, and hyperparameter tuning. +This video walks through the process of creating this task in a Next.js project. + +
+