Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thasup/color-palette-generator
- Owner: thasup
- Created: 2023-05-20T22:20:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T11:31:39.000Z (about 1 year ago)
- Last Synced: 2024-04-17T04:51:17.476Z (10 months ago)
- Topics: chatgpt-api, flask, openai, python
- Language: Python
- Homepage: https://color-palette-generator-v0ah.onrender.com/
- Size: 9.04 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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