Skip to content

A collection of my machine learning art notebooks to run locally via jupyter.

License

Notifications You must be signed in to change notification settings

duskvirkus/jupyter-ml-art

Repository files navigation

Jupyter ML Art Notebooks

A collection of my machine learning art notebooks. Setup to be run locally on linux machine with anaconda.

Setup

#install anaconda if not already installed

git clone https://github.com/duskvirkus/jupyter-ml-art
cd jupyter-ml-art

conda create -n jupyter-ml-art python=3.9
conda activate jupyter-ml-art
conda install -c conda-forge jupyterlab
conda install -c anaconda ipykernel

python -m ipykernel install --user --name=jupyter-ml-art

conda install libgcc
pip install -r requirements.txt

jupyter-lab

About

A collection of my machine learning art notebooks to run locally via jupyter.

Topics

Resources

License

Stars

Watchers

Forks