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
Future Scope
- Increase it's efficiency
- Add a Image Dowload Option
Setup
- npm init -y
- npm i express openai dotenv
- npm i -D nodemon
run command- npm run dev