qmeng222 / PalettePro-AI

A powerful color palette generator that utilizes artificial intelligence to create custom color combinations for designers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PalettePro-AI

Overview:

  • Introduction: An AI-powered color palette generator that curates bespoke color combinations for designers, featuring a seamless click-to-copy function for easy access to each color's hex code. Streamline your design workflow and unlock limitless creativity!
  • Tech stack: OpenAI, JavaScript, Python, Flask, HTML, CSS Project Overview

Setup:

  1. create a virtual environment: python -m venv env
  2. activate the virtual environment: source env/bin/activate
  3. install Flask: pip install Flask
  4. install OpenAI: pip install openai
  5. install the Python package called python-dotenv: pip install python_dotenv
  6. start the Flask development server in debug mode: flask run --debug

About

A powerful color palette generator that utilizes artificial intelligence to create custom color combinations for designers.


Languages

Language:Jupyter Notebook 69.7%Language:Python 12.1%Language:JavaScript 8.9%Language:CSS 5.7%Language:HTML 3.5%