Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 799 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 799 Bytes

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