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

NoureddineMa/image-generator-OpenAi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-generator-OpenAi

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

Rename the example.env file to .env.

Generate an API KEY at OpenAI and add it to the .env file.

Install the dependencies

$ npm install 

Run server


$ npm run dev 

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

The endpoint is at POST http://localhost:5000/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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published