/Palette

NLP project - Sentiment analysis on a prompt to create a palette of colors

Primary LanguagePython

Palette logo

Palette

Projet Transpromotion (1A et 2A)

📝 Table of Contents

🧐 About

Palette is a project that uses natural language processing (NLP) and cognitive science to generate a palette of five colors based on a prompt given by a user. The prompt could be a word or phrase that describes a mood, theme, or concept, and the palette will be generated based on how the colors are associated with that prompt in the user's mind. For example, if the prompt is "beach," the palette might include shades of blue, green, and sandy yellow. Palette is a creative tool for designers, artists, and anyone looking for color inspiration.

🏁 Getting Started

Installing

A step by step series of examples that tell you how to get a development env running.

Say what the step will be

git clone https://github.com/Zoko91/Palette.git
cd Palette

You may want to enter in the venv before launching the app:

# Windows
>>> venvWindows\Scripts\activate

# MacOS
>>> .venv/bin/activate

After activating the venv, if you never installed Flask

>>> pip install Flask

Launch the website server on you localhost.

>>> flask --app myApp run

⛏️ Built Using

✍️ Authors

Member Class
@tristangclvs ENSC 2A
@Zoko91 ENSC 2A
@thomaschlt ENSC 2A
@MurgenB ENSC 2A
@RedzCode ENSC 2A
@cjeandes ENSC 2A
@axelleGuillemot ENSC 2A