Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 721 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 721 Bytes

AI-Image-Generator-in-DALLE

This was built by watching the excellent video tutorial by Brad Traversy at Traversy Media

This is a simple image generator built with Node.js and Express that uses OpenAI's Dall-E models to generate images.

Usage

Generate an API KEY at OpenAI and add it to the .env file with the key "OPENAI_API_KEY"

Install the dependencies

npm install

Run server

npm start

Visit http://localhost:5555 in your browser.

The endpoint is at POST http://localhost:5555/openai/generateimage.