Skip to content

An app to map to colours in an image to various miniature paint lines

License

Notifications You must be signed in to change notification settings

mezzX/paint_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paint_app

An app to map colours in an image to various miniature paint product lines

Getting Started

  1. Make sure you have Python 3.12 installed.

  2. Clone the repository

    git clone (https://github.com/mezzX/paint_app.git)
  3. 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

Instructions

Navigate to the directory and open paint_app.ipynb

jupyter lab paint_app.ipynb

TODO

  • 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

About

An app to map to colours in an image to various miniature paint lines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published