/openai-nodejs-image

Web application developed using Node.js and OpenAI to generate images.

Primary LanguageJavaScript

OPEN AI Image Generator

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

Usage

To run this project -

Generate an API key at Open AI and add it to the .env file.

Install the dependencies

  npm install

Run the server

  npm start

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