Skip to content

backend implementation for the ai-image-generator using openai API

Notifications You must be signed in to change notification settings

Madhawa97/ai-image-gen-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Image-Generator -via OpenAI API

Frontend for this application

To Run Locally

  • Create a folder img in project root

  • Perform a npm install

  • Create .env file and add an API_KEY created from Openai API and USER_NAME of your choice.

.env should be;

API_KEY="YOUR_API_KEY"
USER_NAME="YOUR_USER_NAME"
  • run using npm start

Resources

About

backend implementation for the ai-image-generator using openai API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published