Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quilljou/dalle3-playground
DALL·E Playground (Unofficial) is used to play with OpenAI Image generation API - DALL·E
https://github.com/quilljou/dalle3-playground
dalle dalle-2 dalle-3 image image-generation openai playground
Last synced: 3 days ago
JSON representation
DALL·E Playground (Unofficial) is used to play with OpenAI Image generation API - DALL·E
- Host: GitHub
- URL: https://github.com/quilljou/dalle3-playground
- Owner: Quilljou
- License: mit
- Created: 2023-11-16T07:28:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T17:21:14.000Z (4 months ago)
- Last Synced: 2025-01-28T14:11:29.336Z (11 days ago)
- Topics: dalle, dalle-2, dalle-3, image, image-generation, openai, playground
- Language: TypeScript
- Homepage: https://dalle3-playground.pages.dev/
- Size: 2.15 MB
- Stars: 93
- Watchers: 4
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DALL·E Playground
DALL·E Playground (Unofficial) is used to play with OpenAI Image generation API - [DALL·E](https://openai.com/dall-e-3), You must use your own [OpenAI API Key](https://platform.openai.com/account/api-keys)
> As of November 20, 2023, DALL·E is not supported by [OpenAI Playground](https://platform.openai.com/playground). Therefore, I have created this playground instead.
![screenshot](./screenshots/screenshot.png)
[Live Preview](https://dalle3-playground.pages.dev)
## Features
- [x] Chat to generate images
- [x] Gallery mode
- [x] Persistent data
- [x] Responsive UI
- [x] Cancel generation
- [x] Error Handling## Project Structure
```sh
src
├── app.tsx # App entry
├── assets # Assets for images, favicon etc
├── components # React components
├── hooks # React hooks
├── i18n # i18n files
├── lib # Utils、tools、services
├── main.tsx # File entry
├── pages # One .tsx per page
├── router.tsx # Routers
├── styles # Less files
├── types # Typescript types
└── vite-env.d.ts
```## Dev
```sh
yarn
yarn dev
```