Skip to content

ajCastiglione/openai-img-generator

Repository files navigation

OpenAI Image Generation

This is a simple example of using OpenAI's DALL-E to generate images from text prompts.

Live Demo

OpenAI Image Generator

Usage

  1. Go to my app OpenAI Image Generator in your browser
  2. Enter a text prompt, select an image size, then click "Generate"
  3. Wait for the image to be generated

If you'd like to expand on this project, or just run it locally, follow the instructions below.

Installation

  1. Clone this repository
  2. Node v16 is required. Install it from here
  3. Install the dependencies with npm install or yarn
  4. Run the server with npm run dev or yarn dev
  5. Change to the public directory and run npm install or yarn
  6. Run the frontend with npm run dev or yarn dev

Tools and Technologies

Credits

Idea and styling derived from Brad Traversy's video on OpenAI's DALL-E.

License

Proprietary License