Skip to content

Image generator that consumes OpenAI image generation APIs for creating or manupilating images. It is created with react for self improvement purposes.

Notifications You must be signed in to change notification settings

doguyildizhannn/image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageGenerator

This project is created with react for self improvement purposes. It consumes OpenAI image generation APIs for creating or manupilating images.

GenerateImage

https://api.openai.com/v1/images/generations used for generating images. After description and size entered, a new image could be produced.

MaskImage

https://api.openai.com/v1/images/edits used for editing or masking images. After image uploaded, mask applied and size entered, a new image could be produced.

ImageVariation

https://api.openai.com/v1/images/variations used for image variations. After image uploaded, a new variation of it could be produced.