Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duskvirkus/jupyter-ml-art
A collection of my machine learning art notebooks to run locally via jupyter.
https://github.com/duskvirkus/jupyter-ml-art
jupyter-notebook machine-learning-art ml-art stylegan
Last synced: about 1 month ago
JSON representation
A collection of my machine learning art notebooks to run locally via jupyter.
- Host: GitHub
- URL: https://github.com/duskvirkus/jupyter-ml-art
- Owner: duskvirkus
- License: mit
- Created: 2021-05-30T15:16:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T07:09:00.000Z (over 3 years ago)
- Last Synced: 2024-05-28T15:29:12.500Z (7 months ago)
- Topics: jupyter-notebook, machine-learning-art, ml-art, stylegan
- Language: Jupyter Notebook
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter ML Art Notebooks
A collection of my machine learning art notebooks. Setup to be run locally on linux machine with anaconda.
## Setup
```bash
#install anaconda if not already installedgit clone https://github.com/duskvirkus/jupyter-ml-art
cd jupyter-ml-artconda create -n jupyter-ml-art python=3.9
conda activate jupyter-ml-art
conda install -c conda-forge jupyterlab
conda install -c anaconda ipykernelpython -m ipykernel install --user --name=jupyter-ml-art
conda install libgcc
pip install -r requirements.txtjupyter-lab
```