Skip to content

juanjoc333/color-palette-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color-palette-gpt

A simple color palette generator using OpenAI ChatGPT

Installation

Get your OpenAI API key from https://openai.com/ and set it as an environment variable

Setup a virtual Python env

$ pyenv install 3.11.5 # only if necessary
$ pyenv virtualenv 3.11.5 $(cat .python-version)
$ pip install -r requirements.txt

Run the app and have some fun!

$ flask run [--debug]

final.png

About

A simple color palette generator using OpenAI ChatGPT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published