Skip to content

umjoshua/nodejs-openai-image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AI image generator using Node.js and OpenAI API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published