This is a place for testing machine learning applications.
Install dependencies:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
Run notebooks:
. venv/bin/activate
jupyter notebook .
Guide on how to setup Git to exclude notebook outputs: ipynb_output_filter.
Watch the results of color-clustering.ipynb at my blog: https://tberg.dk/post/determining-dominant-colors.