Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thasup/color-palette-generator

A visual color palette search engine with GPT-3.5 API
https://github.com/thasup/color-palette-generator

chatgpt-api flask openai python

Last synced: about 2 months ago
JSON representation

A visual color palette search engine with GPT-3.5 API

Awesome Lists containing this project

README

        

![Project Preview](color-palette-generator-gif.gif)

# Color Palette Generator
A visual color palette search engine with GPT-3.5 API

# Table of contents

- [Color Palette Generator](#color-palette-generator)
- [Table of contents](#table-of-contents)
- [Demo](#demo)
- [Install](#install)
- [Setup ENV](#setup-env)
- [Highlight Technology](#highlight-technology)

# Demo

[(Back to top)](#table-of-contents)

Demo Link: [color-palette-generator-v0ah.onrender.com](https://color-palette-generator-v0ah.onrender.com/)

# Install

[(Back to top)](#table-of-contents)

1. clone this git on your computer
2. run command `pip install -r requirements.txt` for install dependencies
3. setup [.env file](#setup-env)
4. run command `flask run --debug` for start flask dev server
5. go to `http://localhost:5000/`

# Setup ENV

[(Back to top)](#table-of-contents)

**OPENAI_API_KEY** : [OPEN AI](https://platform.openai.com/account/api-keys)

# Highlight Technology

[(Back to top)](#table-of-contents)

- Python
- Flask
- chatGPT API