Welcome to the space for experimenting and testing machine learning applications.
To get started, install the necessary dependencies:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txtTo run the notebooks:
. venv/bin/activate
jupyter notebook .If you want to exclude notebook outputs, here is a guide on how to set up Git to do so: ipynb_output_filter.
For instance, you can check out the results of color-clustering.ipynb at this blog: https://tberg.dk/post/determining-dominant-colors.
This repository is currently maintained by BobbyEd. Your contributions are welcome!