Chef:Here is a web-based recipe generator that leverages the power of AI to provide you with new and delicious recipe ideas. The project was built using Next.js, TailwindCSS and Co:Here API.
- Generate new and unique recipes based on ingredients and cuisines of your choice
- Get detailed instructions and ingredient list for each recipe
To run the project locally, you will need to have Node.js and npm installed on your machine. Then, follow these steps:
- Clone the repository:
git clone https://github.com/educlopez/chefhere-ai-cohere
- Navigate to the project directory:
cd chefhere-ai-cohere
- Install dependencies:
pnpm install
- Start the development server:
pnpm run dev
- Add your API Key to the .env file
COHERE_API_KEY=XXXXX
- Next.js - A React-based framework for building server-rendered apps.
- TailwindCSS - A utility-first CSS framework for rapidly building custom designs.
- Co:Here API - Add Language AI capability to your system.