umjoshua / nodejs-openai-image-generator

AI image generator using Node.js and OpenAI API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 49.8%Language:CSS 29.8%Language:HTML 20.4%