Skip to content

AI image generator web app built using the OpenAI API. With just a few input parameters, create stunning, high-quality images on any topic

Notifications You must be signed in to change notification settings

sacheex/AI-Image-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Image-Generator

Simple image generator built with Python flask framework OpenAI API

Installation

# clone the repo
$ git clone https://github.com/sachith-d/AI-Image-Generator.git

# navigate to the directory
$ cd AI-Image-Generator

# install the requirements
$ python3 -m pip install -r requirements.txt

Usage

Generate Openai API key and add it to the .env file.

OPENAI_API_KEY= <add your OPENAI API KEY here>

Run the app

$ python app.py

Visit http://127.0.0.1:5000/ in your browser

Screenshot

About

AI image generator web app built using the OpenAI API. With just a few input parameters, create stunning, high-quality images on any topic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published