Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 660 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 660 Bytes

An image generator using OpenAI API and node js

This repository contains a node.js application that uses the OpenAI API to generate images from text descriptions.

Demo

Built With

To start the application

  1. Get OpenAI API Key
  2. Set Environment variable in .env
OPEN_AI_API_KEY = "your key"
  1. Run
$ npm install
$ npm start
  1. Application will be running at localhost:5000