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
- Host: GitHub
- URL: https://github.com/valcosmos/cuckoo
- Owner: valcosmos
- License: mit
- Created: 2023-04-08T14:20:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T23:33:25.000Z (over 2 years ago)
- Last Synced: 2025-01-27T08:31:25.884Z (9 months ago)
- Topics: ai, chatgpt, dalle-2, image-generator, nextjs, typescript
- Language: TypeScript
- Homepage:
- Size: 5.65 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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
```