Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 621 Bytes

py_colour_identifier

Identify most used colours in a image

How to run the flask app:

Make sure you have python and pip installed.

  1. Recommended to run in a virtual environment to avoid installing dependencies globally On windows run >python -m venv shiny_new_env' to create a new python environment called shiny_new_environment Activate the environment on windows by running .\shiny_new_env\Scripts\activate.bat
  2. Install the requirements pip install -r requirements.txt
  3. Run the app.py python app.py

Try out the web version at Colour Identifier