Skip to content

BobbyEd/ml-notebooks-edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

511 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML Notebooks Edition

Welcome to the space for experimenting and testing machine learning applications.

Setup

To get started, install the necessary dependencies:

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

To 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.

Notes

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!

About

Exploring and testing machine learning applications.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors