Identify most used colours in a image
Make sure you have python and pip installed.
- 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
- Install the requirements
pip install -r requirements.txt
- Run the app.py
python app.py
Try out the web version at Colour Identifier