/recipe-ai

A Next.js sample app utilizing AWS Amplify, AWS AppSync, and Amazon Bedrock to develop an AI-powered Recipe Generator

Primary LanguageTypeScriptMIT No AttributionMIT-0

Use Generative AI and Next.js with AWS Amplify to build a Fullstack Recipe Generator

Let's dive into the world of Generative AI, Next.js, AWS Amplify, and Amazon Bedrock supercharged by Claude 3. This is an example shows how to build a recipe generator app where users can input a list of ingredients, and Claude 3 will generate delicious recipes based on their selection.

recipe-generator

Getting Started

Clone repo


git clone https://github.com/aws-samples/recipe-ai.git
cd recipe-ai

Install the packages


npm i

Initiate a cloud sandbox environment


npx amplify sandbox

Run the App


npm run dev

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.