An app to map colours in an image to various miniature paint product lines
-
Make sure you have Python 3.12 installed.
-
Clone the repository
git clone (https://github.com/mezzX/paint_app.git)
-
Use Conda to create a new environment and install dependencies.
Click Here if you need a detailed guide on using conda.- Linux or Mac:
conda create --name paint python=3.12 conda activate sliding pip install -r requirements.txt
- Windows:
conda create --name paint python=3.12 conda activate paint pip install -r requirements.txt
Navigate to the directory and open paint_app.ipynb
jupyter lab paint_app.ipynb
- Implement the colour extractor to get the hex code of the dominant colours
- Develop the mobile shell to link the colour extractor with the KD tree graph
- connect the colour extractor to the phone's camera/photo library