/Image-gen

Image-Generator through OpenAI

Primary LanguageCSS

OpenAI Image Generator

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

DALL-E 2 is a new AI system that can create realistic images and art from a description in natural language.

ScreenShot

image

Future Scope

  1. Increase it's efficiency
  2. Add a Image Dowload Option

Setup

  • npm init -y
  • npm i express openai dotenv
  • npm i -D nodemon

run command- npm run dev