Recipe Generator

Recipe Generator

This is a submission for the Cloudflare AI Challenge.

What I Built

Looking up a recipe on the web can take a lot longer than you would link. The ingredients and the instructions are often buried in a blog with a lot of ads popping up throughout.

In this application, using Cloudflare models for text and image generation, you can ask for a recipe based on a food category and a description. The food category is used to enhance the prompt, instead of just allowing an open ended text input for the user to describe the recipe they are looking for.

Demo

https://recipe-generator.rebeccapeltz.workers.dev/

My Code

https://github.com/rebeccapeltz/recipe-generator

Journey

I’ve been frustrated with Recipe websites, so I’m using Cloudflare AI Web Workers to generate recipes. You no longer need to read a blog and close obstructing ads to get to the recipe. The recipe can be printed without having to make a lot of decisions about what to print.

I was inspired by an early submission: Story and Image Generator

I set my code up a little differently, but I’m using the same AI models as the story generator.

I wanted to make the prompt a little more structured so I’m having the user choose a category and then add a description. I could enhance this by adding more categories. I wanted to get away from a open ended prompt.

Multiple Models and/or Triple Task Types

Im using “@hf/thebloke/llama-2-13b-chat-awq” for the recipe and “@cf/bytedance/stable-diffusion-xl-lightning” to generate the image of the what the recipe will prepare.

Leave a Reply

Your email address will not be published. Required fields are marked *