An open API service indexing awesome lists of open source software.

https://github.com/valcosmos/cuckoo

🥳 AI image generator, powered by DALL·E 2 & ChatGPT
https://github.com/valcosmos/cuckoo

ai chatgpt dalle-2 image-generator nextjs typescript

Last synced: about 1 month ago
JSON representation

🥳 AI image generator, powered by DALL·E 2 & ChatGPT

Awesome Lists containing this project

README

          

# Cuckoo

AI image generator powered by ChatGPT & DALL·E 2, build with Next.js.

## Technology stack

- Next.js 13
- TypeScript
- Tailwind css
- ChatGPT API

## Demo

![](/demo.gif)

## Getting Started

First, create an `.env` file in the project root directory add the following environment variables

```sh

OPEN_AI_ORGANIZATION=[write your open ai organization code here]
OPENAI_API_KEY=[write your open ai secret key here]

```

Run the development server:

```sh

pnpm i

pnpm dev

```