Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Cobertos/awesome-generative-sandboxes

📦 A list of interactive sandboxes that use generative algorithms
https://github.com/Cobertos/awesome-generative-sandboxes

List: awesome-generative-sandboxes

art awesome awesome-list creative creative-coding generative-art generative-text gpt-2 machine-learning

Last synced: about 2 months ago
JSON representation

📦 A list of interactive sandboxes that use generative algorithms

Awesome Lists containing this project

README

        

# Awesome Generative Sandboxes [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)

> Curated list of awesome generative sandboxes, tools where you can interact with a generative algorithm or machine learning model and form really cool stuff based on your input. Think of them like artist tools to quickly generate weird interesting things.

*Please read the [contribution guidelines](CONTRIBUTING.MD) before contributing.*

## Contents (grouped by output)

- [Text](#text)
- [Images](#images)
- [Code](#code)

## Text

![AIDungeon ASCII Logo](media/aidungeon.png)

[AI Dungeon 2](https://colab.research.google.com/github/nickwalton/AIDungeon/blob/ab5a67fdcda4f20651d3158d8a822d1bbf699f2b/AIDungeon_2.ipynb) - A GPT-2 based text based dungeon adventure and story generator

![Hugging Face Transformer demo](media/huggingFace.gif)

[Hugging Face GPT-2 Transformer](https://transformer.huggingface.co/doc/gpt2-large) - Writing pad with GPT-2 based autocomplete, works best with a couple sentences before autocompleting. Hugging Face also has [a ton of other models](https://transformer.huggingface.co/) available to write with.

## Images

![ZZArt Screenshot showing UI interface](media/zzart.png)

[ZZArt](http://zzart.3d2k.com/) - Evolutionary algorithm for messing with GLSL shaders with an export of the associated GLSL code.

![Pix2Pix Demo](media/edges2cats.png)

[`edges2cats`, `facades`, `edges2shoes`, and `edges2handbags`](https://affinelayer.com/pixsrv/) - Image to image transformations from the Pix2Pix family with interactable drawing elements.

![WFC Demo](media/wfc.gif)

[Image generation using Wave Function Collapse (WFC)](http://www.kchapelier.com/wfc-example/overlapping-model.html) - An image generator using input images as tilesets + constraint rules for generating output using [Wave Function Collapse (WFC)](https://github.com/mxgmn/WaveFunctionCollapse)

![ArtBreeder Demo](media/artbreeder.gif)

[ArtBreeder](https://artbreeder.com/) (free account required) - Generative adversarial network (GAN) (more specifically, BigGAN) image generator that allows you to explore nearby generative neighbors, cross-breed images, export, and share. Categories include Portraits, Anime Portraits, Landscapes, Albums, and more.

![Hexagonal](media/hexagonal.gif)

[Hexagonal](https://hexagonal.surge.sh/) - Small generator for little hexagonal images and animations, able to play with or randomize all the different parameters.

## 3D

![THREEjs Synthesis project](media/threejs-synthesis.gif)

[THREEjs Synthesis project](https://grgv.xyz/generative_art_synthesis/) - Sergii Kharagorgiiev's THREE.js synthesis project, that generates interactable 3D scenes by permuting THREE.js code. Can copy the code and load into your own javascript app too!

## Code

![Sketch2code Demo](media/sketch2code.jpg)

[Microsoft AI Sketch2Code](https://sketch2code.azurewebsites.net/) - Generates HTML from a handdrawn wireframe. Has a bit of trouble at times with feature detection but feels like a great start

## License

[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law, [Samantha / Cobertos](http://cobertos.com) has waived all copyright and related or neighboring rights to this work.