Skip to content

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

Notifications You must be signed in to change notification settings

BaibhavTiwari/Imagify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMAGIFY

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

Usage

In order to run the app you have to Generate an API KEY at OpenAI and add it to the .env file. then, Install the dependencies

npm install

To start the server run the following command in your terminal

npm start

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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published