Projet Transpromotion (1A et 2A)
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.
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
- Python3 - Programming Language
- Flask - Web development framework
- HTML | CSS | JavaScript - Web Language
Member | Class |
---|---|
@tristangclvs | ENSC 2A |
@Zoko91 | ENSC 2A |
@thomaschlt | ENSC 2A |
@MurgenB | ENSC 2A |
@RedzCode | ENSC 2A |
@cjeandes | ENSC 2A |
@axelleGuillemot | ENSC 2A |