This repository contains a node.js application that uses the OpenAI API to generate images from text descriptions.
- Node.js - JavaScript runtime
- Express.js - Web framework
- OpenAI API - API
- Get OpenAI API Key
- Set Environment variable in .env
OPEN_AI_API_KEY = "your key"
- Run
$ npm install
$ npm start
- Application will be running at localhost:5000